summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2017-12-14 02:42:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-14 18:46:09 (GMT)
commit52015aaf9d19c97b52c47c7046058e6d029ff856 (patch)
treec00de629853d1bcd6d1881c7bb70953dfde5c308 /Documentation/RelNotes
parentd9a3764af74ac215e06543c263ec21196d672b49 (diff)
downloadgit-52015aaf9d19c97b52c47c7046058e6d029ff856.zip
git-52015aaf9d19c97b52c47c7046058e6d029ff856.tar.gz
git-52015aaf9d19c97b52c47c7046058e6d029ff856.tar.bz2
RelNotes: minor typo fixes in 2.16.0 draft
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.16.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.16.0.txt b/Documentation/RelNotes/2.16.0.txt
index 3eeeb83..f7fca71 100644
--- a/Documentation/RelNotes/2.16.0.txt
+++ b/Documentation/RelNotes/2.16.0.txt
@@ -304,10 +304,10 @@ Fixes since v2.15
* "git branch --set-upstream" has been deprecated and (sort of)
removed, as "--set-upstream-to" is the preferred one these days.
The documentation still had "--set-upstream" listed on its
- synopsys section, which has been corrected.
+ synopsis section, which has been corrected.
(merge a060f3d3d8 tz/branch-doc-remove-set-upstream later to maint).
- * Internaly we use 0{40} as a placeholder object name to signal the
+ * Internally we use 0{40} as a placeholder object name to signal the
codepath that there is no such object (e.g. the fast-forward check
while "git fetch" stores a new remote-tracking ref says "we know
there is no 'old' thing pointed at by the ref, as we are creating