Fixed typo: Gnerating -> Generating
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 01 Feb 2008 00:25:32 +0100
changeset 5990 71d675f4b1f8
parent 5989 a7817ad608ea
child 5991 31726c27e40e
Fixed typo: Gnerating -> Generating
contrib/churn.py
--- a/contrib/churn.py	Thu Jan 31 23:42:21 2008 +0100
+++ b/contrib/churn.py	Fri Feb 01 00:25:32 2008 +0100
@@ -127,7 +127,7 @@
         if progress:
             nr_revs = max(nr_revs, 1)
             if int(100.0*(cur_rev - 1)/nr_revs) < int(100.0*cur_rev/nr_revs):
-                ui.write("\rGnerating stats: %d%%" % (int(100.0*cur_rev/nr_revs),))
+                ui.write("\rGenerating stats: %d%%" % (int(100.0*cur_rev/nr_revs),))
                 sys.stdout.flush()
 
     if progress: