RelNotes: minor typo fixes in 2.15.1 draft

Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Todd Zullinger committed Nov 25, 2017 at 12:32 UTC 7d22aec681f7656e6f30ef9e3fc92b17d9abc3a3
1 file changed +3 -3
Documentation/RelNotes/2.15.1.txt
+3 -3
@@ -13,7 +13,7 @@ Fixes since v2.15
13 latter, which has been fixed.
14
15 * The experimental "color moved lines differently in diff output"
16 - feature was buggy around "ignore whitespace changes" edges, whihch
16 + feature was buggy around "ignore whitespace changes" edges, which
17 has been corrected.
18
19 * Instead of using custom line comparison and hashing functions to
@@ -24,7 +24,7 @@ Fixes since v2.15
24 HEAD points at, which have been fixed.
25
26 * "git commit", after making a commit, did not check for errors when
27 - asking on what branch it made the commit, which has been correted.
27 + asking on what branch it made the commit, which has been corrected.
28
29 * "git status --ignored -u" did not stop at a working tree of a
30 separate project that is embedded in an ignored directory and
@@ -35,7 +35,7 @@ Fixes since v2.15
35 --recurse-submodules" has been fixed.
36
37 * A recent regression in "git rebase -i" that broke execution of git
38 - commands from subdirectories via "exec" insn has been fixed.
38 + commands from subdirectories via "exec" instruction has been fixed.
39
40 * "git check-ref-format --branch @{-1}" bit a "BUG()" when run
41 outside a repository for obvious reasons; clarify the documentation