Skip to content

Commit 2d35c50

Browse files
committed
Merge branch 'jm/relnotes-2.15-typofix' into maint
Typofix. * jm/relnotes-2.15-typofix: fix typos in 2.15.0 release notes
2 parents da2b4ee + 8684dde commit 2d35c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ UI, Workflows & Features
6565
learned to take the 'unfold' and 'only' modifiers to normalize its
6666
output, e.g. "git log --format=%(trailers:only,unfold)".
6767

68-
* "gitweb" shows a link to visit the 'raw' contents of blbos in the
68+
* "gitweb" shows a link to visit the 'raw' contents of blobs in the
6969
history overview page.
7070

7171
* "[gc] rerereResolved = 5.days" used to be invalid, as the variable
@@ -109,13 +109,13 @@ Performance, Internal Implementation, Development Support etc.
109109
* Conversion from uchar[20] to struct object_id continues.
110110

111111
* Start using selected c99 constructs in small, stable and
112-
essentialpart of the system to catch people who care about
112+
essential part of the system to catch people who care about
113113
older compilers that do not grok them.
114114

115115
* The filter-process interface learned to allow a process with long
116116
latency give a "delayed" response.
117117

118-
* Many uses of comparision callback function the hashmap API uses
118+
* Many uses of comparison callback function the hashmap API uses
119119
cast the callback function type when registering it to
120120
hashmap_init(), which defeats the compile time type checking when
121121
the callback interface changes (e.g. gaining more parameters).

0 commit comments

Comments
 (0)