hgext/record.py
changeset 9087 f48454a279b9
parent 9074 b4f259c1667a
child 9157 9261667e9b82
--- 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'.