CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <[EMAIL PROTECTED]> 05/04/08 16:04:56

Modified files:
        src            : help.cpp 

Log message:
        Another typo fixed in a non-translatable error message.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.86&tr2=1.87&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.86 wesnoth/src/help.cpp:1.87
--- wesnoth/src/help.cpp:1.86   Fri Apr  8 13:39:27 2005
+++ wesnoth/src/help.cpp        Fri Apr  8 16:04:56 2005
@@ -2448,7 +2448,7 @@
                        }
                        else if (state == ELEMENT_NAME) {
                                if (c == '/') {
-                                       std::string msg = "Errornous / in 
element name.";
+                                       std::string msg = "Erroneous / in 
element name.";
                                        throw parse_error(msg);
                                }
                                else if (c == '>') {


Reply via email to