mq: fix typo in docstring stable
authorStefano Tortarolo <stefano.tortarolo@gmail.com>
Tue, 15 Mar 2011 14:55:16 +0100
branchstable
changeset 13725 6783f47d90dd
parent 13718 5b3383ea67d2
child 13728 15d1db2abfcb
child 13738 83bf80c50e76
mq: fix typo in docstring
hgext/mq.py
--- a/hgext/mq.py	Tue Mar 22 12:00:38 2011 -0500
+++ b/hgext/mq.py	Tue Mar 15 14:55:16 2011 +0100
@@ -2383,7 +2383,7 @@
     When -f/--force is applied, all local changes in patched files
     will be lost.
 
-    Return 0 on succces.
+    Return 0 on success.
     """
     q = repo.mq
     mergeq = None