obsolete: fix typos in comments introduced by 6955d69a52a4 stable
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 31 Jul 2012 15:57:50 +0200
branchstable
changeset 17306 7d2967de2c04
parent 17305 e66fa4d587dc
child 17307 a028ce66e2b7
child 17309 3339e3df159d
obsolete: fix typos in comments introduced by 6955d69a52a4
mercurial/localrepo.py
tests/test-obsolete.t
--- 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
--- a/tests/test-obsolete.t	Tue Jul 31 15:50:44 2012 +0200
+++ b/tests/test-obsolete.t	Tue Jul 31 15:57:50 2012 +0200
@@ -493,7 +493,7 @@
   adding file changes
   added 1 changesets with 1 changes to 1 files (+1 heads)
 
-Checking _enable=False warning if obsolete marker exist
+Checking _enable=False warning if obsolete marker exists
 
   $ echo '[extensions]' >> $HGRCPATH
   $ echo "obs=!" >> $HGRCPATH