# HG changeset patch # User Thomas Arendsen Hein # Date 1201821932 -3600 # Node ID 71d675f4b1f8aeb89a64560564ca2a13609a1e62 # Parent a7817ad608ea98744ef201c508be51ac2863c0a4 Fixed typo: Gnerating -> Generating diff -r a7817ad608ea -r 71d675f4b1f8 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: