diff hgext/purge.py @ 8617:7af21dfae9d5

purge: fix spelling error
author Cédric Duval <cedricduval@free.fr>
date Sun, 24 May 2009 22:17:12 +0200
parents a1a5a57efe90
children 0289f384e1e5
line wrap: on
line diff
--- 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)