Author: esr
Date: Sat Mar  1 09:47:37 2008
New Revision: 24172

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24172&view=rev
Log:
Typo fix.

Modified:
    trunk/data/tools/wmllint

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=24172&r1=24171&r2=24172&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Sat Mar  1 09:47:37 2008
@@ -1824,7 +1824,7 @@
         transformed = "".join(newdata)
     # Return None if the transformation functions made no changes.
     if modified:
-        Return transformed
+        return transformed
     else:
         return None
 


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

Reply via email to