Author: tschmitz
Date: Thu Jul  7 07:49:06 2011
New Revision: 50196

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50196&view=rev
Log:
Fixed typo in comment: s/operator/iterator/

Modified:
    trunk/src/whiteboard/side_actions.cpp

Modified: trunk/src/whiteboard/side_actions.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/whiteboard/side_actions.cpp?rev=50196&r1=50195&r2=50196&view=diff
==============================================================================
--- trunk/src/whiteboard/side_actions.cpp (original)
+++ trunk/src/whiteboard/side_actions.cpp Thu Jul  7 07:49:06 2011
@@ -536,7 +536,7 @@
                        if ((*position)->get_unit() == unit)
                        {
                                iterator found_position = position.base();
-                               //need to decrement after changing from reverse 
to regular operator
+                               //need to decrement after changing from reverse 
to regular iterator
                                return --found_position;
                        }
                }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to