summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJohannes Gilger <heipei@hackvalue.de>2009-09-13 13:35:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-13 18:58:54 (GMT)
commit65d15ed992746068d34b5fa7397ab39a940d2c69 (patch)
treea27712bd8a9c6a7518abbe8061725d8ca499a539 /Documentation/git-clone.txt
parent9f67fee2f0190e0b10e73862cbb88a3f7216f619 (diff)
downloadgit-65d15ed992746068d34b5fa7397ab39a940d2c69.zip
git-65d15ed992746068d34b5fa7397ab39a940d2c69.tar.gz
git-65d15ed992746068d34b5fa7397ab39a940d2c69.tar.bz2
git-clone doc: typofix
Signed-off-by: Johannes Gilger <heipei@hackvalue.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index f23100e..aacf4fd 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 <name>::
-b <name>::
Instead of pointing the newly created HEAD to the branch pointed
- to by the cloned repositoroy's HEAD, point to <name> branch
+ to by the cloned repository's HEAD, point to <name> branch
instead. In a non-bare repository, this is the branch that will
be checked out.