RelNotes: minor typo fixes in 2.16.0 draft

Signed-off-by: Todd Zullinger <tmz@pobox.com>

Todd Zullinger committed Dec 13, 2017 at 21:42 UTC 52015aaf9d19c97b52c47c7046058e6d029ff856
1 file changed +2 -2
Documentation/RelNotes/2.16.0.txt
+2 -2
@@ -304,10 +304,10 @@ Fixes since v2.15
304 * "git branch --set-upstream" has been deprecated and (sort of)
305 removed, as "--set-upstream-to" is the preferred one these days.
306 The documentation still had "--set-upstream" listed on its
307 - synopsys section, which has been corrected.
307 + synopsis section, which has been corrected.
308 (merge a060f3d3d8 tz/branch-doc-remove-set-upstream later to maint).
309
310 - * Internaly we use 0{40} as a placeholder object name to signal the
310 + * Internally we use 0{40} as a placeholder object name to signal the
311 codepath that there is no such object (e.g. the fast-forward check
312 while "git fetch" stores a new remote-tracking ref says "we know
313 there is no 'old' thing pointed at by the ref, as we are creating