# HG changeset patch # User Nicolas Dumazet # Date 2010-05-31 05:48:26 # Node ID 1135367511909bed748c5dd1b0c7ad9682a84b6e # Parent 054549ccb6803e48069b1615dd270ce0c692d9de record: docstring typo diff --git a/hgext/record.py b/hgext/record.py --- a/hgext/record.py +++ b/hgext/record.py @@ -418,7 +418,7 @@ def dorecord(ui, repo, commitfunc, *pats 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. """