[PATCH 1 of 2 stable] record: docstring typo

Nicolas Dumazet nicdumz at gmail.com
Mon May 31 03:18:33 CDT 2010


# HG changeset patch
# User Nicolas Dumazet <nicdumz.commits at gmail.com>
# Date 1275284906 -32400
# Node ID efd9eec07db59a65c54deecb7c0e2ed64686dc47
# Parent  1ebe048902d9425722b9f1ef23eaa1516cc9dbfd
record: docstring typo

diff --git a/hgext/record.py b/hgext/record.py
--- a/hgext/record.py
+++ b/hgext/record.py
@@ -419,7 +419,7 @@
         After the actual job is done by non-interactive command, working dir
         state is restored to original.
 
-        In the end we'll record intresting changes, and everything else will be
+        In the end we'll record interesting changes, and everything else will be
         left in place, so the user can continue his work.
         """
 


More information about the Mercurial-devel mailing list