changeset 1649:0b8a1e58dcf7

Spelling: deserialize
author timeless@gmail.com
date Wed, 12 Sep 2012 18:03:19 -0400
parents 96331d6f9940
children 49d4f4bfd2ab
files hgext/obsolete.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/obsolete.py	Thu Sep 13 17:29:45 2012 -0400
+++ b/hgext/obsolete.py	Wed Sep 12 18:03:19 2012 -0400
@@ -60,7 +60,7 @@
 def _obsdeserialize(flike):
     """read a file like object serialized with _obsserialize
 
-    this desierialize into a {subject -> objects} mapping
+    this deserialize into a {subject -> objects} mapping
 
     this was the very first format ever."""
     rels = {}