fix minor typos
authorRené Genz <liebundartig@freenet.de>
Sun, 30 Apr 2017 15:48:27 +0000 (17:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 02:01:52 +0000 (11:01 +0900)
Helped-by: Stefan Beller <sbeller@google.com>
Signed-off-by: René Genz <liebundartig@freenet.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
Documentation/gitremote-helpers.txt
ci/run-windows-build.sh
diff.c
index ed0f5b94b3f200676aedb312391a2dd8fde7325d..afb06adba433ebc985bf88c318be1ff3e7775162 100644 (file)
@@ -95,7 +95,7 @@ OPTIONS
 
 --reset-author::
        When used with -C/-c/--amend options, or when committing after a
 
 --reset-author::
        When used with -C/-c/--amend options, or when committing after a
-       conflicting cherry-pick, declare that the authorship of the
+       conflicting cherry-pick, declare that the authorship of the
        resulting commit now belongs to the committer. This also renews
        the author timestamp.
 
        resulting commit now belongs to the committer. This also renews
        the author timestamp.
 
@@ -112,7 +112,7 @@ OPTIONS
        `--dry-run`.
 
 --long::
        `--dry-run`.
 
 --long::
-       When doing a dry-run, give the output in the long-format.
+       When doing a dry-run, give the output in the long-format.
        Implies `--dry-run`.
 
 -z::
        Implies `--dry-run`.
 
 -z::
index e4b785eb60e8efeb282438ab0123d5eec009c625..4a584f3c5d7e40fc5a8a1e5c68a63e8156bdcd64 100644 (file)
@@ -463,7 +463,7 @@ set by Git if the remote helper has the 'option' capability.
        GPG sign pushes.
 
 'option push-option <string>::
        GPG sign pushes.
 
 'option push-option <string>::
-       Transmit <string> as a push option. As the push option
+       Transmit <string> as a push option. As the push option
        must not contain LF or NUL characters, the string is not encoded.
 
 SEE ALSO
        must not contain LF or NUL characters, the string is not encoded.
 
 SEE ALSO
index 4e3a50b60ee5e1b1dd5ccd9d135b7065f2af04db..9f89d54320da54ba8d4dbe4db5ad5de5737a10bf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
 #!/usr/bin/env bash
 #
-# Script to trigger the Git for Windows build and test run.
+# Script to trigger the Git for Windows build and test run.
 # Set the $GFW_CI_TOKEN as environment variable.
 # Pass the branch (only branches on https://github.com/git/git are
 # supported) and a commit hash.
 # Set the $GFW_CI_TOKEN as environment variable.
 # Pass the branch (only branches on https://github.com/git/git are
 # supported) and a commit hash.
diff --git a/diff.c b/diff.c
index 11eef1c85d6d766320bfa24b10483fbc0869efe1..74283d9001fbc48d11ba5c449ea7c16692791c88 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -911,7 +911,7 @@ static int fn_out_diff_words_write_helper(FILE *fp,
 /*
  * '--color-words' algorithm can be described as:
  *
 /*
  * '--color-words' algorithm can be described as:
  *
- *   1. collect the minus/plus lines of a diff hunk, divided into
+ *   1. collect the minus/plus lines of a diff hunk, divided into
  *      minus-lines and plus-lines;
  *
  *   2. break both minus-lines and plus-lines into words and
  *      minus-lines and plus-lines;
  *
  *   2. break both minus-lines and plus-lines into words and