diff mercurial/obsolete.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents b0aad9fb87f9
children e95ec38f86b0
line wrap: on
line diff
--- a/mercurial/obsolete.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/obsolete.py	Wed Aug 15 22:38:42 2012 +0200
@@ -62,7 +62,7 @@
 _pack = struct.pack
 _unpack = struct.unpack
 
-# the obsolete feature is not mature enought to be enabled by default.
+# the obsolete feature is not mature enough to be enabled by default.
 # you have to rely on third party extension extension to enable this.
 _enabled = False