hgext/graphlog.py
changeset 8667 594507755800
parent 8228 eee2319c5895
child 8836 11ff34956ee7
--- a/hgext/graphlog.py	Sun May 31 14:52:22 2009 +0200
+++ b/hgext/graphlog.py	Sun May 31 14:53:46 2009 +0200
@@ -8,7 +8,7 @@
 '''show revision graphs in terminal windows
 
 This extension adds a --graph option to the incoming, outgoing and log
-commands. When this options is given, an ascii representation of the
+commands. When this options is given, an ASCII representation of the
 revision graph is also shown.
 '''