changeset 9087:f48454a279b9

typos: "it's" -> "its"
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Jul 2009 23:17:10 +0200
parents f459f09b4214
children 60e88d321171
files hgext/record.py mercurial/changegroup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/record.py	Wed Jul 08 23:12:40 2009 +0200
+++ b/hgext/record.py	Wed Jul 08 23:17:10 2009 +0200
@@ -410,7 +410,7 @@
     def recordfunc(ui, repo, message, match, opts):
         """This is generic record driver.
 
-        It's job is to interactively filter local changes, and accordingly
+        Its job is to interactively filter local changes, and accordingly
         prepare working dir into a state, where the job can be delegated to
         non-interactive commit command such as 'commit' or 'qrefresh'.
 
--- 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):