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>
Elijah Newren committed
Apr 5, 2018 at 10:20 UTC
c30d4f1b84458f61a3d02d396aae8409bf4a9be0
6 files changed
+7
-7
Documentation/diff-options.txt
+2
-2
@@ -550,7 +550,7 @@ the normal order.
550
--
551
+
552
Patterns have the same syntax and semantics as patterns used for
553
-fnmantch(3) without the FNM_PATHNAME flag, except a pathname also
553
+fnmatch(3) without the FNM_PATHNAME flag, except a pathname also
554
matches a pattern if removing any number of the final pathname
555
components matches the pattern. For example, the pattern "`foo*bar`"
556
matches "`fooasdfbar`" and "`foo/bar/baz/asdf`" but not "`foobarx`".
@@ -574,7 +574,7 @@ endif::git-format-patch[]
574
Treat all files as text.
575
576
--ignore-cr-at-eol::
577
- Ignore carrige-return at the end of line when doing a comparison.
577
+ Ignore carriage-return at the end of line when doing a comparison.
578
579
--ignore-space-at-eol::
580
Ignore changes in whitespace at EOL.
Documentation/git-fetch-pack.txt
+1
-1
@@ -88,7 +88,7 @@ be in a separate packet, and the list must end with a flush packet.
88
infinite even if there is an ancestor-chain that long.
89
90
--shallow-since=<date>::
91
- Deepen or shorten the history of a shallow'repository to
91
+ Deepen or shorten the history of a shallow repository to
92
include all reachable commits after <date>.
93
94
--shallow-exclude=<revision>::
Documentation/git-for-each-ref.txt
+1
-1
@@ -121,7 +121,7 @@ refname::
121
stripping with positive <N>, or it becomes the full refname if
122
stripping with negative <N>. Neither is an error.
123
+
124
-`strip` can be used as a synomym to `lstrip`.
124
+`strip` can be used as a synonym to `lstrip`.
125
126
objecttype::
127
The type of the object (`blob`, `tree`, `commit`, `tag`).
Documentation/git-send-email.txt
+1
-1
@@ -250,7 +250,7 @@ must be used for each option.
250
251
--batch-size=<num>::
252
Some email servers (e.g. smtp.163.com) limit the number emails to be
253
- sent per session (connection) and this will lead to a faliure when
253
+ sent per session (connection) and this will lead to a failure when
254
sending many messages. With this option, send-email will disconnect after
255
sending $<num> messages and wait for a few seconds (see --relogin-delay)
256
and reconnect, to work around such a limit. You may want to
Documentation/git-status.txt
+1
-1
@@ -113,7 +113,7 @@ The possible options are:
113
- 'matching' - Shows ignored files and directories matching an
114
ignore pattern.
115
+
116
-When 'matching' mode is specified, paths that explicity match an
116
+When 'matching' mode is specified, paths that explicitly match an
117
ignored pattern are shown. If a directory matches an ignore pattern,
118
then it is shown, but not paths contained in the ignored directory. If
119
a directory does not match an ignore pattern, but all contents are
Documentation/technical/api-directory-listing.txt
+1
-1
@@ -53,7 +53,7 @@ The notable options are:
53
not be returned even if all of its contents are ignored. In
54
this case, the contents are returned as individual entries.
55
+
56
-If this is set, files and directories that explicity match an ignore
56
+If this is set, files and directories that explicitly match an ignore
57
pattern are reported. Implicity ignored directories (directories that
58
do not match an ignore pattern, but whose contents are all ignored)
59
are not reported, instead all of the contents are reported.