summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Skolmli <fredrik@frsk.net>2008-10-19 16:09:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-10-19 20:08:14 (GMT)
commit971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc (patch)
tree6b9d68617fb66530214c5cac64ef12f57033ffcd
parenta4aefee46d48ed2070755aad7c505591000413c5 (diff)
downloadgit-971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc.zip
git-971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc.tar.gz
git-971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc.tar.bz2
Documentation: Spelling fix
Signed-off-by: Fredrik Skolmli <fredrik@frsk.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index 82e154d..168333a 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -88,7 +88,7 @@ This would tell us to use "hack" as the local branch when branching
off of "origin/hack" (or "remotes/origin/hack", or even
"refs/remotes/origin/hack"). If the given name has no slash, or the above
guessing results in an empty name, the guessing is aborted. You can
-exlicitly give a name with '-b' in such a case.
+explicitly give a name with '-b' in such a case.
--no-track::
Ignore the branch.autosetupmerge configuration variable.