wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src replay.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src replay.cpp
Date: Thu, 24 Mar 2005 17:09:17 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/03/24 22:09:17

Modified files:
        src            : replay.cpp 

Log message:
        fix a typo

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

Patches:
Index: wesnoth/src/replay.cpp
diff -u wesnoth/src/replay.cpp:1.98 wesnoth/src/replay.cpp:1.99
--- wesnoth/src/replay.cpp:1.98 Thu Mar 24 21:56:44 2005
+++ wesnoth/src/replay.cpp      Thu Mar 24 22:09:17 2005
@@ -1,4 +1,4 @@
-/* $Id: replay.cpp,v 1.98 2005/03/24 21:56:44 j_daniel Exp $ */
+/* $Id: replay.cpp,v 1.99 2005/03/24 22:09:17 j_daniel Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -596,7 +596,7 @@
                        replayer.set_skip(0);
                        const config current_stats = statistics::write_stats();
                        if(current_stats != statistics::replay_verify_stats) {
-                               ERR_NW << "replay statistics verifaction 
failed\n";
+                               ERR_NW << "replay statistics verification 
failed\n";
                                if (!game_config::ignore_replay_errors) throw 
replay::error();
                        }
                        return false;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]