From 962b02f75b641abbb1a73c5192be0d02e2fcfb98 Mon Sep 17 00:00:00 2001 From: Nick Gammon Date: Tue, 8 Jul 2014 07:49:00 +1000 Subject: [PATCH] Fixed incorrect comment --- xml/xml_load_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/xml_load_world.cpp b/xml/xml_load_world.cpp index 00a16243..92ce0732 100644 --- a/xml/xml_load_world.cpp +++ b/xml/xml_load_world.cpp @@ -1371,7 +1371,7 @@ CString strVariable; throw; } - // check if this exact alias already exists (suggested by Fiendish 12 Dec 2011) + // check if this exact trigger already exists (suggested by Fiendish 12 Dec 2011) // version: 4.81 if (t->strLabel.IsEmpty () && !(iMask & XML_PASTE_DUPLICATE)) {