Skip to content

Commit 1f2abe6

Browse files
tirkarthigitster
authored andcommitted
doc: fix typos in documentation and release notes
Signed-off-by: Karthikeyan Singaravelan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 242ba98 commit 1f2abe6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation/RelNotes/1.7.11.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Fixes since v1.7.11.6
2525
references" nor "Reload" did not update what is shown as the
2626
contents of it, when the user overwrote the tag with "git tag -f".
2727

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
2929
option.
3030

3131
* "git log .." errored out saying it is both rev range and a path

Documentation/RelNotes/2.17.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Fixes since v2.16
342342
validate the data and connected-ness of objects in the received
343343
pack; the code to perform this check has been taught about the
344344
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.
346346

347347
* There was an unused file-scope static variable left in http.c when
348348
building for versions of libCURL that is older than 7.19.4, which

Documentation/RelNotes/2.18.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Fixes since v2.17
324324
after giving an error message.
325325
(merge 3bb0923f06 ps/contains-id-error-message later to maint).
326326

327-
* "diff-highlight" filter (in contrib/) learned to undertand "git log
327+
* "diff-highlight" filter (in contrib/) learned to understand "git log
328328
--graph" output better.
329329
(merge 4551fbba14 jk/diff-highlight-graph-fix later to maint).
330330

Documentation/diff-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ These parameters can also be set individually with `--stat-width=<width>`,
133133
as file creations or deletions ("new" or "gone", optionally "+l"
134134
if it's a symlink) and mode changes ("+x" or "-x" for adding
135135
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
137137
part. Implies `--stat`.
138138

139139
--numstat::

0 commit comments

Comments
 (0)