summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-04 09:29:14 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-04 09:29:14 -0700
commitddd1133c5e1c549ff9b73c6aafc16460dcf3570e (patch)
tree489bf58846f6304564d0f3028a1f67dc36a7f098
parent384a8b271c076693d00c97184b5c41ab3a95e64d (diff)
parentbc9b7e207f4bca81bd6aa46a078aa9f87017dc06 (diff)
downloadgit-ddd1133c5e1c549ff9b73c6aafc16460dcf3570e.tar.gz
Merge branch 'as/diff-options-grammofix'
A grammofix. * as/diff-options-grammofix: diff-options doc: grammar fix
-rw-r--r--Documentation/diff-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 89cc0f48de..43d18a4c5c 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -392,7 +392,7 @@ endif::git-log[]
the diff between the preimage and `/dev/null`. The resulting patch
is not meant to be applied with `patch` or `git apply`; this is
solely for people who want to just concentrate on reviewing the
- text after the change. In addition, the output obviously lack
+ text after the change. In addition, the output obviously lacks
enough information to apply such a patch in reverse, even manually,
hence the name of the option.
+