diff options
author | Fredrik Skolmli <fredrik@frsk.net> | 2008-10-19 18:09:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-19 13:08:14 -0700 |
commit | 971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc (patch) | |
tree | 6b9d68617fb66530214c5cac64ef12f57033ffcd /Documentation/git-checkout.txt | |
parent | a4aefee46d48ed2070755aad7c505591000413c5 (diff) | |
download | git-971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc.tar.gz |
Documentation: Spelling fix
Signed-off-by: Fredrik Skolmli <fredrik@frsk.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r-- | Documentation/git-checkout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 82e154de49..168333a588 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. |