# HG changeset patch # User Stefano Tortarolo # Date 2011-03-15 13:55:16 # Node ID 6783f47d90dd4bc4c1a353b150a5d38ddb725dc2 # Parent 5b3383ea67d28fd34de6657984cee822d191f686 mq: fix typo in docstring diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2383,7 +2383,7 @@ def push(ui, repo, patch=None, **opts): 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