mercurial/localrepo.py
branchstable
changeset 17306 7d2967de2c04
parent 17299 e51d4aedace9
child 17324 9f94358f9f93
--- a/mercurial/localrepo.py	Tue Jul 31 15:50:44 2012 +0200
+++ b/mercurial/localrepo.py	Tue Jul 31 15:57:50 2012 +0200
@@ -290,7 +290,7 @@
     def obsstore(self):
         store = obsolete.obsstore(self.sopener)
         if store and not obsolete._enabled:
-            # message is rare enough to not be stranlated
+            # message is rare enough to not be translated
             msg = 'obsolete feature not enabled but %i markers found!\n'
             self.ui.warn(msg % len(list(store)))
         return store