hgext/obsolete.py
changeset 1652 b9354f330588
parent 1649 0b8a1e58dcf7
child 1657 103cb0d44cd8
--- a/hgext/obsolete.py	Wed Sep 12 18:05:44 2012 -0400
+++ b/hgext/obsolete.py	Wed Sep 12 18:06:36 2012 -0400
@@ -3,7 +3,7 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
-"""Deprecated extension that formely introduces "Changeset Obsolescence".
+"""Deprecated extension that formerly introduces "Changeset Obsolescence".
 
 This concept is now partially in Mercurial core (starting with mercurial 2.3).
 The remaining logic have been grouped with the evolve extension.