summaryrefslogtreecommitdiff
path: root/Documentation/gitcli.txt
diff options
context:
space:
mode:
authorØystein Walle <oystwa@gmail.com>2014-02-05 22:19:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-02-05 22:35:45 (GMT)
commit5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch)
tree65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/gitcli.txt
parent3330a2c4f6b494f2b02fda2869d85bc1f8e019aa (diff)
downloadgit-5fe8f49b6d59cf143a5898ddbb161444a95fa871.zip
git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.gz
git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.bz2
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <oystwa@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r--Documentation/gitcli.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt
index 41bed29..c814a3c 100644
--- a/Documentation/gitcli.txt
+++ b/Documentation/gitcli.txt
@@ -28,7 +28,7 @@ arguments. Here are the rules:
they can be disambiguated by placing `--` between them.
E.g. `git diff -- HEAD` is, "I have a file called HEAD in my work
tree. Please show changes between the version I staged in the index
- and what I have in the work tree for that file". not "show difference
+ and what I have in the work tree for that file", not "show difference
between the HEAD commit and the work tree as a whole". You can say
`git diff HEAD --` to ask for the latter.