CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <[EMAIL PROTECTED]>   05/04/11 21:21:02

Modified files:
        src            : game.cpp 

Log message:
        typo: occured -> occurred

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

Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.228 wesnoth/src/game.cpp:1.229
--- wesnoth/src/game.cpp:1.228  Mon Apr 11 18:57:26 2005
+++ wesnoth/src/game.cpp        Mon Apr 11 21:21:02 2005
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.228 2005/04/11 18:57:26 gruikya Exp $ */
+/* $Id: game.cpp,v 1.229 2005/04/11 21:21:02 gruikya Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -1391,7 +1391,7 @@
                                read(cfg, *stream, &error_log);
                                if(!error_log.empty()) {
                                        gui::show_error_message(disp(), 
-                                                       _("Warning: Errors 
occured while loading game configuration files: '") +
+                                                       _("Warning: Errors 
occurred while loading game configuration files: '") +
                                                        error_log);
 
                                }


Reply via email to