graphlog, win32mbcs: capitalize ASCII
authorMartin Geisler <mg@lazybytes.net>
Sun, 31 May 2009 14:53:46 +0200
changeset 8667 594507755800
parent 8666 88edf62870f4
child 8668 aea3a23151bd
graphlog, win32mbcs: capitalize ASCII
hgext/graphlog.py
hgext/win32mbcs.py
--- 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.
 '''
 
--- a/hgext/win32mbcs.py	Sun May 31 14:52:22 2009 +0200
+++ b/hgext/win32mbcs.py	Sun May 31 14:53:46 2009 +0200
@@ -25,7 +25,7 @@
    case-insensitive file system.
 
 This extension is not needed for:
- * Any user who use only ascii chars in path.
+ * Any user who use only ASCII chars in path.
  * Any user who do not use any of problematic encodings.
 
 Note that there are some limitations on using this extension: