Merge branch 'rw/maint-typofix' into rw/typofix
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Nov 2008 09:17:09 +0000 (01:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Nov 2008 09:17:09 +0000 (01:17 -0800)
* rw/maint-typofix:
Fix typos in the documentation.

Documentation/RelNotes-1.6.0.4.txt
Documentation/git-commit.txt
Documentation/git-svn.txt
Documentation/user-manual.txt
index fba3f30a89e22474ec3df358441cd79d29ff2bec..d522661d315c3aab445bf3aa123bbd0abd9db251 100644 (file)
@@ -30,7 +30,7 @@ Fixes since v1.6.0.3
 * 'git status' incorrectly reported a submodule directory as an untracked
   directory.
 
-* 'git svn' used deprecated 'git-foo' form of subcommand invocaition.
+* 'git svn' used deprecated 'git-foo' form of subcommand invocation.
 
 * 'git update-ref -d' to remove a reference did not honor --no-deref option.
 
index a1ce9a8bf76bafa1bb82d1d9a7d5eeb50d575ef6..6203461f41865b2205520d86d9f3bb85629709cc 100644 (file)
@@ -95,7 +95,7 @@ OPTIONS
 
 -s::
 --signoff::
-       Add Signed-off-by line by the commiter at the end of the commit
+       Add Signed-off-by line by the committer at the end of the commit
        log message.
 
 -n::
index ba94cd17d4a2c7dbb43ffba6a61ee1d5fd2f4643..8d0c421b80b5ff110d33583cb1bc5a3b417cad90 100644 (file)
@@ -109,7 +109,7 @@ COMMANDS
 
 This works similarly to `svn update` or 'git-pull' except that
 it preserves linear history with 'git-rebase' instead of
-'git-merge' for ease of dcommiting with 'git-svn'.
+'git-merge' for ease of dcommitting with 'git-svn'.
 
 This accepts all options that 'git-svn fetch' and 'git-rebase'
 accept.  However, '--fetch-all' only fetches from the current
index c0d8caf46dd4feb53f71f11592a68c3febfc02fa..da9c6b2999c28501511b8d31e705176ddc9cc3c1 100644 (file)
@@ -546,7 +546,7 @@ $ git bisect skip
 -------------------------------------------------
 
 In this case, though, git may not eventually be able to tell the first
-bad one between some first skipped commits and a latter bad commit.
+bad one between some first skipped commits and a later bad commit.
 
 There are also ways to automate the bisecting process if you have a
 test script that can tell a good from a bad commit. See