# HG changeset patch
# User Johannes Hoff <wbunaarfubss@gmail.com>
# Date 1182073334 -7200
# Node ID b42689a730a20f4516324f946a635e40285a0042
# Parent  1a55ba6ceca1d7cb58eb0b24ae9a37b9e7ecd525
Typo

diff -r 1a55ba6ceca1 -r b42689a730a2 en/branch.tex
--- a/en/branch.tex	Wed Jun 06 08:11:08 2007 -0700
+++ b/en/branch.tex	Sun Jun 17 11:42:14 2007 +0200
@@ -129,7 +129,7 @@
 \subsection{Tags and cloning}
 
 You may have noticed that the \hgcmd{clone} command has a
-\hgopt{clone}{-r} option that lets you clone an exact copy of
+\hgopt{clone}{-r} option that lets you clone an exact copy of the
 repository as of a particular changeset.  The new clone will not
 contain any project history that comes after the revision you
 specified.  This has an interaction with tags that can surprise the