From: Johannes Gilger Date: Sun, 13 Sep 2009 13:35:05 +0000 (+0200) Subject: git-clone doc: typofix X-Git-Tag: v1.6.5-rc2~38 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=65d15ed992746068d34b5fa7397ab39a940d2c69;p=git.git git-clone doc: typofix Signed-off-by: Johannes Gilger Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index f23100e50..aacf4fd32 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -130,7 +130,7 @@ objects from the source repository into a pack in the cloned repository. --branch :: -b :: Instead of pointing the newly created HEAD to the branch pointed - to by the cloned repositoroy's HEAD, point to branch + to by the cloned repository's HEAD, point to branch instead. In a non-bare repository, this is the branch that will be checked out.