changeset 11235:113536751190 stable

record: docstring typo
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 31 May 2010 14:48:26 +0900
parents 054549ccb680
children cfa6a726ef6d
files hgext/record.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/record.py	Fri May 28 14:41:11 2010 -0500
+++ b/hgext/record.py	Mon May 31 14:48:26 2010 +0900
@@ -418,7 +418,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.
         """