Skip to content

Commit 5fe8f49

Browse files
Ossegitster
authored andcommitted
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3330a2c commit 5fe8f49

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Documentation/git-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ objects from the source repository into a pack in the cloned repository.
213213
--separate-git-dir=<git dir>::
214214
Instead of placing the cloned repository where it is supposed
215215
to be, place the cloned repository at the specified directory,
216-
then make a filesytem-agnostic Git symbolic link to there.
216+
then make a filesystem-agnostic Git symbolic link to there.
217217
The result is Git repository can be separated from working
218218
tree.
219219

Documentation/git-diff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ two blob objects, or changes between two files on disk.
4444
commit relative to the named <commit>. Typically you
4545
would want comparison with the latest commit, so if you
4646
do not give <commit>, it defaults to HEAD.
47-
If HEAD does not exist (e.g. unborned branches) and
47+
If HEAD does not exist (e.g. unborn branches) and
4848
<commit> is not given, it shows all staged changes.
4949
--staged is a synonym of --cached.
5050

Documentation/gitcli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ arguments. Here are the rules:
2828
they can be disambiguated by placing `--` between them.
2929
E.g. `git diff -- HEAD` is, "I have a file called HEAD in my work
3030
tree. Please show changes between the version I staged in the index
31-
and what I have in the work tree for that file". not "show difference
31+
and what I have in the work tree for that file", not "show difference
3232
between the HEAD commit and the work tree as a whole". You can say
3333
`git diff HEAD --` to ask for the latter.
3434

Documentation/githooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ three parameters:
251251

252252
- the name of the ref being updated,
253253
- the old object name stored in the ref,
254-
- and the new objectname to be stored in the ref.
254+
- and the new object name to be stored in the ref.
255255

256256
A zero exit from the update hook allows the ref to be updated.
257257
Exiting with a non-zero status prevents 'git-receive-pack'

Documentation/gitweb.conf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,13 +630,13 @@ need to set this element to empty list i.e. `[]`.
630630

631631
override::
632632
If this field has a true value then the given feature is
633-
overriddable, which means that it can be configured
633+
overridable, which means that it can be configured
634634
(or enabled/disabled) on a per-repository basis.
635635
+
636636
Usually given "<feature>" is configurable via the `gitweb.<feature>`
637637
config variable in the per-repository Git configuration file.
638638
+
639-
*Note* that no feature is overriddable by default.
639+
*Note* that no feature is overridable by default.
640640

641641
sub::
642642
Internal detail of implementation. What is important is that

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3795,7 +3795,7 @@ like so:
37953795
$ git update-index filename
37963796
-------------------------------------------------
37973797

3798-
but to avoid common mistakes with filename globbing etc, the command
3798+
but to avoid common mistakes with filename globbing etc., the command
37993799
will not normally add totally new entries or remove old entries,
38003800
i.e. it will normally just update existing cache entries.
38013801

0 commit comments

Comments
 (0)