diff mercurial/changegroup.py @ 9087:f48454a279b9

typos: "it's" -> "its"
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Jul 2009 23:17:10 +0200
parents b87a50b7125c
children 1c4e4004f3a6
line wrap: on
line diff
--- a/mercurial/changegroup.py	Wed Jul 08 23:12:40 2009 +0200
+++ b/mercurial/changegroup.py	Wed Jul 08 23:17:10 2009 +0200
@@ -52,7 +52,7 @@
     "HG10GZ": ("HG10GZ", lambda: zlib.compressobj()),
 }
 
-# hgweb uses this list to communicate it's preferred type
+# hgweb uses this list to communicate its preferred type
 bundlepriority = ['HG10GZ', 'HG10BZ', 'HG10UN']
 
 def writebundle(cg, filename, bundletype):