Author: mordante
Date: Sun Mar 23 11:39:21 2008
New Revision: 25011

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25011&view=rev
Log:
Fix a typo.

Modified:
    trunk/src/gui/widgets/canvas.cpp

Modified: trunk/src/gui/widgets/canvas.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/canvas.cpp?rev=25011&r1=25010&r2=25011&view=diff
==============================================================================
--- trunk/src/gui/widgets/canvas.cpp (original)
+++ trunk/src/gui/widgets/canvas.cpp Sun Mar 23 11:39:21 2008
@@ -715,7 +715,7 @@
                h_ = 
game_logic::formula(h_formula_).execute(local_variables).as_int();
        }
 
-       DBG_G_D << "Text: drawint text '" << text_
+       DBG_G_D << "Text: drawing text '" << text_
                << "' drawn from " << x_ << ',' << y_
                << " width " << w_ << " height " << h_ 
                << " canvas size " << canvas->w << ',' << canvas->h << ".\n";


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

Reply via email to