changeset 1648:96331d6f9940

Spelling: accessing
author timeless@gmail.com
date Thu, 13 Sep 2012 17:29:45 -0400
parents 23521789ded0
children 0b8a1e58dcf7
files hgext/obsolete.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/obsolete.py	Wed Sep 12 18:09:10 2012 -0400
+++ b/hgext/obsolete.py	Thu Sep 13 17:29:45 2012 -0400
@@ -58,7 +58,7 @@
                               'run `hg debugconvertobsolete` once.')
 
 def _obsdeserialize(flike):
-    """read a file like object serialized with _obsserialise
+    """read a file like object serialized with _obsserialize
 
     this desierialize into a {subject -> objects} mapping