diff options
author | Elijah Newren <newren@gmail.com> | 2018-04-05 10:20:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-09 14:15:02 +0900 |
commit | c30d4f1b84458f61a3d02d396aae8409bf4a9be0 (patch) | |
tree | 8e6c8d29969ad31f22be69d5130e1917eeba4b68 /Documentation/diff-options.txt | |
parent | Git 2.16.3 (diff) | |
download | tgif-c30d4f1b84458f61a3d02d396aae8409bf4a9be0.tar.xz |
Documentation: fix several one-character-off spelling errors
Signed-off-by: Elijah Newren <newren@gmail.com>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 743af97b06..ee4046e155 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -550,7 +550,7 @@ the normal order. -- + Patterns have the same syntax and semantics as patterns used for -fnmantch(3) without the FNM_PATHNAME flag, except a pathname also +fnmatch(3) without the FNM_PATHNAME flag, except a pathname also matches a pattern if removing any number of the final pathname components matches the pattern. For example, the pattern "`foo*bar`" matches "`fooasdfbar`" and "`foo/bar/baz/asdf`" but not "`foobarx`". @@ -574,7 +574,7 @@ endif::git-format-patch[] Treat all files as text. --ignore-cr-at-eol:: - Ignore carrige-return at the end of line when doing a comparison. + Ignore carriage-return at the end of line when doing a comparison. --ignore-space-at-eol:: Ignore changes in whitespace at EOL. |