doc: fix typos in documentation and release notes
Signed-off-by: Karthikeyan Singaravelan <tir.karthi@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Karthikeyan Singaravelan committed
Jun 17, 2018 at 04:35 UTC
1f2abe68d032c72d450c5afd1271953596e6258f
4 files changed
+4
-4
Documentation/RelNotes/1.7.11.7.txt
+1
-1
@@ -25,7 +25,7 @@ Fixes since v1.7.11.6
25
references" nor "Reload" did not update what is shown as the
26
contents of it, when the user overwrote the tag with "git tag -f".
27
28
- * "git for-each-ref" did not currectly support more than one --sort
28
+ * "git for-each-ref" did not correctly support more than one --sort
29
option.
30
31
* "git log .." errored out saying it is both rev range and a path
Documentation/RelNotes/2.17.0.txt
+1
-1
@@ -342,7 +342,7 @@ Fixes since v2.16
342
validate the data and connected-ness of objects in the received
343
pack; the code to perform this check has been taught about the
344
narrow clone's convention that missing objects that are reachable
345
- from objects in a pack that came from a promissor remote is OK.
345
+ from objects in a pack that came from a promisor remote is OK.
346
347
* There was an unused file-scope static variable left in http.c when
348
building for versions of libCURL that is older than 7.19.4, which
Documentation/RelNotes/2.18.0.txt
+1
-1
@@ -324,7 +324,7 @@ Fixes since v2.17
324
after giving an error message.
325
(merge 3bb0923f06 ps/contains-id-error-message later to maint).
326
327
- * "diff-highlight" filter (in contrib/) learned to undertand "git log
327
+ * "diff-highlight" filter (in contrib/) learned to understand "git log
328
--graph" output better.
329
(merge 4551fbba14 jk/diff-highlight-graph-fix later to maint).
330
Documentation/diff-options.txt
+1
-1
@@ -133,7 +133,7 @@ These parameters can also be set individually with `--stat-width=<width>`,
133
as file creations or deletions ("new" or "gone", optionally "+l"
134
if it's a symlink) and mode changes ("+x" or "-x" for adding
135
or removing executable bit respectively) in diffstat. The
136
- information is put betwen the filename part and the graph
136
+ information is put between the filename part and the graph
137
part. Implies `--stat`.
138
139
--numstat::