summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-15 03:05:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-15 03:05:04 (GMT)
commit2d35c507d26061090f76a668ccfb6f2662abc004 (patch)
treebe027b91604f670ec3841fa3655e8d5cd2aeca56 /Documentation
parentda2b4ee3888d3df7dad6df5d0e5d2d8d3fa09746 (diff)
parent8684dde10d482550afa9a2fb5df07171185c2b88 (diff)
downloadgit-2d35c507d26061090f76a668ccfb6f2662abc004.zip
git-2d35c507d26061090f76a668ccfb6f2662abc004.tar.gz
git-2d35c507d26061090f76a668ccfb6f2662abc004.tar.bz2
Merge branch 'jm/relnotes-2.15-typofix' into maint
Typofix. * jm/relnotes-2.15-typofix: fix typos in 2.15.0 release notes
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.15.0.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index 248ba70..cdd761b 100644
--- a/Documentation/RelNotes/2.15.0.txt
+++ b/Documentation/RelNotes/2.15.0.txt
@@ -65,7 +65,7 @@ UI, Workflows & Features
learned to take the 'unfold' and 'only' modifiers to normalize its
output, e.g. "git log --format=%(trailers:only,unfold)".
- * "gitweb" shows a link to visit the 'raw' contents of blbos in the
+ * "gitweb" shows a link to visit the 'raw' contents of blobs in the
history overview page.
* "[gc] rerereResolved = 5.days" used to be invalid, as the variable
@@ -109,13 +109,13 @@ Performance, Internal Implementation, Development Support etc.
* Conversion from uchar[20] to struct object_id continues.
* Start using selected c99 constructs in small, stable and
- essentialpart of the system to catch people who care about
+ essential part of the system to catch people who care about
older compilers that do not grok them.
* The filter-process interface learned to allow a process with long
latency give a "delayed" response.
- * Many uses of comparision callback function the hashmap API uses
+ * Many uses of comparison callback function the hashmap API uses
cast the callback function type when registering it to
hashmap_init(), which defeats the compile time type checking when
the callback interface changes (e.g. gaining more parameters).