From: Fredrik Skolmli Date: Sun, 19 Oct 2008 16:09:43 +0000 (+0200) Subject: Documentation: Spelling fix X-Git-Tag: v1.6.1-rc1~139 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=971e83528d8c545a4453e7b5cd6dc37fd0e9ebcc;p=git.git Documentation: Spelling fix Signed-off-by: Fredrik Skolmli Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 82e154de4..168333a58 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.