diff mercurial/win32.py @ 17428:72803c8edaa4

avoid using abbreviations that look like spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 27 Aug 2012 23:14:27 +0200
parents c5ed575f3137
children fd3f8b87b682
line wrap: on
line diff
--- a/mercurial/win32.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/mercurial/win32.py	Mon Aug 27 23:14:27 2012 +0200
@@ -328,7 +328,7 @@
     env += '\0'
 
     args = subprocess.list2cmdline(args)
-    # Not running the command in shell mode makes python26 hang when
+    # Not running the command in shell mode makes Python 2.6 hang when
     # writing to hgweb output socket.
     comspec = os.environ.get("COMSPEC", "cmd.exe")
     args = comspec + " /c " + args