changeset 10370:c050b7e4e778

mq: fix typo, thanks pmezard
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 07 Feb 2010 14:53:17 +0100
parents 98a0421b9e52
children eacfff116e17
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Sun Feb 07 14:51:52 2010 +0100
+++ b/hgext/mq.py	Sun Feb 07 14:53:17 2010 +0100
@@ -1816,7 +1816,7 @@
     an unversioned patch repository into a versioned one). You can use
     qcommit to commit changes to this queue repository.
 
-    This command is depreacted. Without -c, it's implied by other relevant
+    This command is deprecated. Without -c, it's implied by other relevant
     commands. With -c, use hg -Q init instead."""
     q = repo.mq
     r = q.init(repo, create=opts['create_repo'])