changeset 5990:71d675f4b1f8

Fixed typo: Gnerating -> Generating
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Feb 2008 00:25:32 +0100
parents a7817ad608ea
children 31726c27e40e
files contrib/churn.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: