fix typos in 2.15.0 release notes
Signed-off-by: Jean Carlo Machado <contato@jeancarlomachado.com.br> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jean Carlo Machado committed
Nov 4, 2017 at 10:16 UTC
8684dde10d482550afa9a2fb5df07171185c2b88
1 file changed
+3
-3
Documentation/RelNotes/2.15.0.txt
+3
-3
@@ -65,7 +65,7 @@ UI, Workflows & Features
65
learned to take the 'unfold' and 'only' modifiers to normalize its
66
output, e.g. "git log --format=%(trailers:only,unfold)".
67
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
69
history overview page.
70
71
* "[gc] rerereResolved = 5.days" used to be invalid, as the variable
@@ -109,13 +109,13 @@ Performance, Internal Implementation, Development Support etc.
109
* Conversion from uchar[20] to struct object_id continues.
110
111
* 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
113
older compilers that do not grok them.
114
115
* The filter-process interface learned to allow a process with long
116
latency give a "delayed" response.
117
118
- * Many uses of comparision callback function the hashmap API uses
118
+ * Many uses of comparison callback function the hashmap API uses
119
cast the callback function type when registering it to
120
hashmap_init(), which defeats the compile time type checking when
121
the callback interface changes (e.g. gaining more parameters).