Skip to content

Commit c30d4f1

Browse files
newrengitster
authored andcommitted
Documentation: fix several one-character-off spelling errors
Signed-off-by: Elijah Newren <[email protected]> Reviewed-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d32eb83 commit c30d4f1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Documentation/diff-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ the normal order.
550550
--
551551
+
552552
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
554554
matches a pattern if removing any number of the final pathname
555555
components matches the pattern. For example, the pattern "`foo*bar`"
556556
matches "`fooasdfbar`" and "`foo/bar/baz/asdf`" but not "`foobarx`".
@@ -574,7 +574,7 @@ endif::git-format-patch[]
574574
Treat all files as text.
575575

576576
--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.
578578

579579
--ignore-space-at-eol::
580580
Ignore changes in whitespace at EOL.

Documentation/git-fetch-pack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ be in a separate packet, and the list must end with a flush packet.
8888
infinite even if there is an ancestor-chain that long.
8989

9090
--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
9292
include all reachable commits after <date>.
9393

9494
--shallow-exclude=<revision>::

Documentation/git-for-each-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ refname::
121121
stripping with positive <N>, or it becomes the full refname if
122122
stripping with negative <N>. Neither is an error.
123123
+
124-
`strip` can be used as a synomym to `lstrip`.
124+
`strip` can be used as a synonym to `lstrip`.
125125

126126
objecttype::
127127
The type of the object (`blob`, `tree`, `commit`, `tag`).

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ must be used for each option.
250250

251251
--batch-size=<num>::
252252
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
254254
sending many messages. With this option, send-email will disconnect after
255255
sending $<num> messages and wait for a few seconds (see --relogin-delay)
256256
and reconnect, to work around such a limit. You may want to

Documentation/git-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The possible options are:
113113
- 'matching' - Shows ignored files and directories matching an
114114
ignore pattern.
115115
+
116-
When 'matching' mode is specified, paths that explicity match an
116+
When 'matching' mode is specified, paths that explicitly match an
117117
ignored pattern are shown. If a directory matches an ignore pattern,
118118
then it is shown, but not paths contained in the ignored directory. If
119119
a directory does not match an ignore pattern, but all contents are

Documentation/technical/api-directory-listing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The notable options are:
5353
not be returned even if all of its contents are ignored. In
5454
this case, the contents are returned as individual entries.
5555
+
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
5757
pattern are reported. Implicity ignored directories (directories that
5858
do not match an ignore pattern, but whose contents are all ignored)
5959
are not reported, instead all of the contents are reported.

0 commit comments

Comments
 (0)