help: fix typo in log examples stable
authorMatt Mackall <mpm@selenic.com>
Mon, 29 Sep 2014 16:42:12 -0500
branchstable
changeset 22576 c712238c4f9b
parent 22506 6e1fbcb18a75
child 22577 a111e460318a
help: fix typo in log examples
mercurial/commands.py
--- a/mercurial/commands.py	Mon Sep 22 23:46:38 2014 +0900
+++ b/mercurial/commands.py	Mon Sep 29 16:42:12 2014 -0500
@@ -4153,7 +4153,7 @@
 
           hg log -T list
 
-      - check if a given changeset is included is a tagged release::
+      - check if a given changeset is included in a tagged release::
 
           hg log -r "a21ccf and ancestor(1.9)"