hgext/purge.py
changeset 8617 7af21dfae9d5
parent 8209 a1a5a57efe90
child 8761 0289f384e1e5
--- 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)