mercurial/commands.py
branchstable
changeset 21929 5bd11162c0a4
parent 21911 760f4055e656
child 21937 54ff2789d75e
--- a/mercurial/commands.py	Sat Jul 19 00:11:40 2014 -0500
+++ b/mercurial/commands.py	Sun Jul 20 15:06:12 2014 -0300
@@ -3785,7 +3785,7 @@
     by hand before :hg:`commit --amend` is run to update the created
     changeset. This flag exists to let people import patches that
     partially apply without losing the associated metadata (author,
-    date, description, ...), Note that when none of the hunk applies
+    date, description, ...). Note that when none of the hunk applies
     cleanly, :hg:`import --partial` will create an empty changeset,
     importing only the patch metadata.