Skip to content

Commit 6b677a2

Browse files
scopgitster
authored andcommitted
Documentation: spelling fixes
[jc: with wording changes from Jonathan Nieder] Signed-off-by: Junio C Hamano <[email protected]>
1 parent 77b5be2 commit 6b677a2

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

Documentation/config.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ advice.*::
128128
when writing commit messages. Default: true.
129129
commitBeforeMerge::
130130
Advice shown when linkgit:git-merge[1] refuses to
131-
merge to avoid overwritting local changes.
131+
merge to avoid overwriting local changes.
132132
Default: true.
133133
resolveConflict::
134134
Advices shown by various commands when conflicts
@@ -418,7 +418,7 @@ Common unit suffixes of 'k', 'm', or 'g' are supported.
418418

419419
core.deltaBaseCacheLimit::
420420
Maximum number of bytes to reserve for caching base objects
421-
that multiple deltafied objects reference. By storing the
421+
that may be referenced by multiple deltified objects. By storing the
422422
entire decompressed base objects in a cache Git is able
423423
to avoid unpacking and decompressing frequently used base
424424
objects multiple times.
@@ -563,7 +563,7 @@ not necessarily be the current directory.
563563
am.keepcr::
564564
If true, git-am will call git-mailsplit for patches in mbox format
565565
with parameter '--keep-cr'. In this case git-mailsplit will
566-
not remove `\r` from lines ending with `\r\n`. Can be overrriden
566+
not remove `\r` from lines ending with `\r\n`. Can be overridden
567567
by giving '--no-keep-cr' from the command line.
568568
See linkgit:git-am[1], linkgit:git-mailsplit[1].
569569

@@ -1002,7 +1002,7 @@ gitcvs.usecrlfattr::
10021002
If true, the server will look up the end-of-line conversion
10031003
attributes for files to determine the '-k' modes to use. If
10041004
the attributes force git to treat a file as text,
1005-
the '-k' mode will be left blank so cvs clients will
1005+
the '-k' mode will be left blank so CVS clients will
10061006
treat it as text. If they suppress text conversion, the file
10071007
will be set with '-kb' mode, which suppresses any newline munging
10081008
the client might otherwise do. If the attributes do not allow
@@ -1275,7 +1275,9 @@ instaweb.local::
12751275
be bound to the local IP (127.0.0.1).
12761276

12771277
instaweb.modulepath::
1278-
The module path for an apache httpd used by linkgit:git-instaweb[1].
1278+
The default module path for linkgit:git-instaweb[1] to use
1279+
instead of /usr/lib/apache2/modules. Only used if httpd
1280+
is Apache.
12791281

12801282
instaweb.port::
12811283
The port number to bind the gitweb httpd to. See

Documentation/git-bisect-lk2009.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ logical change in each commit.
971971
The smaller the changes in your commit, the most effective "git
972972
bisect" will be. And you will probably need "git bisect" less in the
973973
first place, as small changes are easier to review even if they are
974-
only reviewed by the commiter.
974+
only reviewed by the committer.
975975

976976
Another good idea is to have good commit messages. They can be very
977977
helpful to understand why some changes were made.

Documentation/git-commit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ OPTIONS
130130
Usually recording a commit that has the exact same tree as its
131131
sole parent commit is a mistake, and the command prevents you
132132
from making such a commit. This option bypasses the safety, and
133-
is primarily for use by foreign scm interface scripts.
133+
is primarily for use by foreign SCM interface scripts.
134134

135135
--allow-empty-message::
136136
Like --allow-empty this command is primarily for use by foreign
137-
scm interface scripts. It allows you to create a commit with an
137+
SCM interface scripts. It allows you to create a commit with an
138138
empty commit message without using plumbing commands like
139139
linkgit:git-commit-tree[1].
140140

Documentation/git-cvsimport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ ISSUES
188188
------
189189
Problems related to timestamps:
190190

191-
* If timestamps of commits in the cvs repository are not stable enough
191+
* If timestamps of commits in the CVS repository are not stable enough
192192
to be used for ordering commits changes may show up in the wrong
193193
order.
194194
* If any files were ever "cvs import"ed more than once (e.g., import of
@@ -201,7 +201,7 @@ Problems related to branches:
201201

202202
* Branches on which no commits have been made are not imported.
203203
* All files from the branching point are added to a branch even if
204-
never added in cvs.
204+
never added in CVS.
205205
* This applies to files added to the source branch *after* a daughter
206206
branch was created: if previously no commit was made on the daughter
207207
branch they will erroneously be added to the daughter branch in git.

Documentation/git-cvsserver.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ CRLF Line Ending Conversions
366366
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367367

368368
By default the server leaves the '-k' mode blank for all files,
369-
which causes the cvs client to treat them as a text files, subject
370-
to crlf conversion on some platforms.
369+
which causes the CVS client to treat them as a text files, subject
370+
to end-of-line conversion on some platforms.
371371

372372
You can make the server use the end-of-line conversion attributes to
373373
set the '-k' modes for files by setting the `gitcvs.usecrlfattr`

Documentation/git-hash-object.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OPTIONS
4949

5050
--no-filters::
5151
Hash the contents as is, ignoring any input filter that would
52-
have been chosen by the attributes mechanism, including crlf
52+
have been chosen by the attributes mechanism, including the end-of-line
5353
conversion. If the file is read from standard input then this
5454
is always implied, unless the --path option is given.
5555

Documentation/git-reset.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Keep changes in working tree while discarding some previous commits::
355355
Suppose you are working on something and you commit it, and then you
356356
continue working a bit more, but now you think that what you have in
357357
your working tree should be in another branch that has nothing to do
358-
with what you commited previously. You can start a new branch and
358+
with what you committed previously. You can start a new branch and
359359
reset it while keeping the changes in your work tree.
360360
+
361361
------------

Documentation/gitrepository-layout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You may find these things in your git repository (`.git`
1616
directory for a repository associated with your working tree, or
1717
`<project>.git` directory for a public 'bare' repository. It is
1818
also possible to have a working tree where `.git` is a plain
19-
ascii file containing `gitdir: <path>`, i.e. the path to the
19+
ASCII file containing `gitdir: <path>`, i.e. the path to the
2020
real git repository).
2121

2222
objects::

Documentation/urls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The ssh and git protocols additionally support ~username expansion:
2525
- git://host.xz{startsb}:port{endsb}/~{startsb}user{endsb}/path/to/repo.git/
2626
- {startsb}user@{endsb}host.xz:/~{startsb}user{endsb}/path/to/repo.git/
2727

28-
For local respositories, also supported by git natively, the following
28+
For local repositories, also supported by git natively, the following
2929
syntaxes may be used:
3030

3131
- /path/to/repo.git/

0 commit comments

Comments
 (0)