Skip to content

Commit ad6d37e

Browse files
committed
Merge branch 'la/docs-typofixes'
Typofixes. * la/docs-typofixes: docs: typofixes
2 parents 1bff6a9 + 548afb0 commit ad6d37e

12 files changed

+13
-13
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Writing Documentation:
687687
Do: [-q | --quiet]
688688
Don't: [-q|--quiet]
689689

690-
Don't use spacing around "|" tokens when they're used to seperate the
690+
Don't use spacing around "|" tokens when they're used to separate the
691691
alternate arguments of an option:
692692
Do: --track[=(direct|inherit)]
693693
Don't: --track[=(direct | inherit)]

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ included, Git breaks the cycle by prohibiting these files from affecting
182182
the resolution of these conditions (thus, prohibiting them from
183183
declaring remote URLs).
184184
+
185-
As for the naming of this keyword, it is for forwards compatibiliy with
185+
As for the naming of this keyword, it is for forwards compatibility with
186186
a naming scheme that supports more variable-based include conditions,
187187
but currently Git only supports the exact keyword described above.
188188

Documentation/git-cvsserver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ for example:
118118
myuser:$5$.NqmNH1vwfzGpV8B$znZIcumu1tNLATgV2l6e1/mY8RzhUDHMOaVOeL1cxV3
119119
------
120120
You can use the 'htpasswd' facility that comes with Apache to make these
121-
files, but only with the -d option (or -B if your system suports it).
121+
files, but only with the -d option (or -B if your system supports it).
122122

123123
Preferably use the system specific utility that manages password hash
124124
creation in your platform (e.g. mkpasswd in Linux, encrypt in OpenBSD or

Documentation/git-describe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ at the end.
140140

141141
The number of additional commits is the number
142142
of commits which would be displayed by "git log v1.0.4..parent".
143-
The hash suffix is "-g" + an unambigous abbreviation for the tip commit
143+
The hash suffix is "-g" + an unambiguous abbreviation for the tip commit
144144
of parent (which was `2414721b194453f058079d897d13c4e377f92dc6`). The
145145
length of the abbreviation scales as the repository grows, using the
146146
approximate number of objects in the repository and a bit of math
@@ -203,7 +203,7 @@ BUGS
203203

204204
Tree objects as well as tag objects not pointing at commits, cannot be described.
205205
When describing blobs, the lightweight tags pointing at blobs are ignored,
206-
but the blob is still described as <committ-ish>:<path> despite the lightweight
206+
but the blob is still described as <commit-ish>:<path> despite the lightweight
207207
tag being favorable.
208208

209209
GIT

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ populated with placeholder text.
245245
or "--reroll-count=4rev2" are allowed), but the downside of
246246
using such a reroll-count is that the range-diff/interdiff
247247
with the previous version does not state exactly which
248-
version the new interation is compared against.
248+
version the new iteration is compared against.
249249

250250
--to=<email>::
251251
Add a `To:` header to the email headers. This is in addition

Documentation/git-ls-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ FIELD NAMES
145145
-----------
146146

147147
Various values from structured fields can be used to interpolate
148-
into the resulting output. For each outputing line, the following
148+
into the resulting output. For each outputting line, the following
149149
names can be used:
150150

151151
objectmode::

Documentation/git-mktag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from warnings to errors (so e.g. a missing "tagger" line is an error).
3333

3434
Extra headers in the object are also an error under mktag, but ignored
3535
by linkgit:git-fsck[1]. This extra check can be turned off by setting
36-
the appropriate `fsck.<msg-id>` varible:
36+
the appropriate `fsck.<msg-id>` variable:
3737

3838
git -c fsck.extraHeaderEntry=ignore mktag <my-tag-with-headers
3939

Documentation/git-sparse-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ patterns in non-cone mode has a number of shortcomings:
286286
problem above? Also, if it suggests paths, what if the user has a
287287
file or directory that begins with either a '!' or '#' or has a '*',
288288
'\', '?', '[', or ']' in its name? And if it suggests paths, will
289-
it complete "/pro" to "/proc" (in the root filesytem) rather than to
289+
it complete "/pro" to "/proc" (in the root filesystem) rather than to
290290
"/progress.txt" in the current directory? (Note that users are
291291
likely to want to start paths with a leading '/' in non-cone mode,
292292
for the same reason that .gitignore files often have one.)

Documentation/git-stash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ only the commit ends-up being in the stash and not on the current branch.
366366
# ... hack hack hack ...
367367
$ git add --patch foo # add unrelated changes to the index
368368
$ git stash push --staged # save these changes to the stash
369-
# ... hack hack hack, finish curent changes ...
369+
# ... hack hack hack, finish current changes ...
370370
$ git commit -m 'Massive' # commit fully tested changes
371371
$ git switch fixup-branch # switch to another branch
372372
$ git stash pop # to finish work on the saved changes

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ repositories, you can configure Apache like this:
503503

504504
The above configuration expects your public repositories to live under
505505
`/pub/git` and will serve them as `http://git.domain.org/dir-under-pub-git`,
506-
both as clonable Git URL and as browseable gitweb interface. If you then
506+
both as clonable Git URL and as browsable gitweb interface. If you then
507507
start your linkgit:git-daemon[1] with `--base-path=/pub/git --export-all`
508508
then you can even use the `git://` URL with exactly the same path.
509509

0 commit comments

Comments
 (0)