Skip to content

Commit c0a4ae5

Browse files
committed
Merge branch 'rw/maint-typofix' into rw/typofix
* rw/maint-typofix: Fix typos in the documentation.
2 parents aa14a0c + a0178ae commit c0a4ae5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation/RelNotes-1.6.0.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fixes since v1.6.0.3
3030
* 'git status' incorrectly reported a submodule directory as an untracked
3131
directory.
3232

33-
* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
33+
* 'git svn' used deprecated 'git-foo' form of subcommand invocation.
3434

3535
* 'git update-ref -d' to remove a reference did not honor --no-deref option.
3636

Documentation/git-commit.txt

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

9696
-s::
9797
--signoff::
98-
Add Signed-off-by line by the commiter at the end of the commit
98+
Add Signed-off-by line by the committer at the end of the commit
9999
log message.
100100

101101
-n::

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ COMMANDS
109109

110110
This works similarly to `svn update` or 'git-pull' except that
111111
it preserves linear history with 'git-rebase' instead of
112-
'git-merge' for ease of dcommiting with 'git-svn'.
112+
'git-merge' for ease of dcommitting with 'git-svn'.
113113

114114
This accepts all options that 'git-svn fetch' and 'git-rebase'
115115
accept. However, '--fetch-all' only fetches from the current

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ $ git bisect skip
546546
-------------------------------------------------
547547

548548
In this case, though, git may not eventually be able to tell the first
549-
bad one between some first skipped commits and a latter bad commit.
549+
bad one between some first skipped commits and a later bad commit.
550550

551551
There are also ways to automate the bisecting process if you have a
552552
test script that can tell a good from a bad commit. See

0 commit comments

Comments
 (0)