Skip to content

Commit a0178ae

Browse files
Ralf Wildenhuesgitster
authored andcommitted
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5aa3bdd commit a0178ae

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
@@ -92,7 +92,7 @@ OPTIONS
9292

9393
-s::
9494
--signoff::
95-
Add Signed-off-by line by the commiter at the end of the commit
95+
Add Signed-off-by line by the committer at the end of the commit
9696
log message.
9797

9898
-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
@@ -536,7 +536,7 @@ $ git bisect skip
536536
-------------------------------------------------
537537

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

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

0 commit comments

Comments
 (0)