diff -r fc14953e8e34 -r e7cfe3587ea4 mercurial/obsolete.py --- 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