purge: fix spelling error
authorCédric Duval <cedricduval@free.fr>
Sun, 24 May 2009 22:17:12 +0200
changeset 8617 7af21dfae9d5
parent 8616 704833724ff6
child 8618 cf6f567e27e9
purge: fix spelling error
hgext/purge.py
--- a/hgext/purge.py	Sun May 24 23:53:28 2009 +0200
+++ b/hgext/purge.py	Sun May 24 22:17:12 2009 +0200
@@ -40,7 +40,7 @@
     This means that purge will delete:
      - Unknown files: files marked with "?" by "hg status"
      - Empty directories: in fact Mercurial ignores directories unless
-       they contain files under source control managment
+       they contain files under source control management
     But it will leave untouched:
      - Modified and unmodified tracked files
      - Ignored files (unless --all is specified)