RelNotes: minor typo fixes in 2.22.0 draft

Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Todd Zullinger committed Jun 1, 2019 at 11:51 UTC ee70b40e8deb43c61ad3ed2f3d7aa18b6121b6da
1 file changed +6 -6
Documentation/RelNotes/2.22.0.txt
+6 -6
@@ -181,7 +181,7 @@ Performance, Internal Implementation, Development Support etc.
181 been optimized out.
182
183 * Mechanically and systematically drop "extern" from function
184 - declarlation.
184 + declaration.
185
186 * The script to aggregate perf result unconditionally depended on
187 libjson-perl even though it did not have to, which has been
@@ -270,7 +270,7 @@ Fixes since v2.21
270 * On platforms where "git fetch" is killed with SIGPIPE (e.g. OSX),
271 the upload-pack that runs on the other end that hangs up after
272 detecting an error could cause "git fetch" to die with a signal,
273 - which led to a flakey test. "git fetch" now ignores SIGPIPE during
273 + which led to a flaky test. "git fetch" now ignores SIGPIPE during
274 the network portion of its operation (this is not a problem as we
275 check the return status from our write(2)s).
276 (merge 143588949c jk/no-sigpipe-during-network-transport later to maint).
@@ -358,7 +358,7 @@ Fixes since v2.21
358 (merge b5a0bd694c nd/read-tree-reset-doc later to maint).
359
360 * Code clean-up around a much-less-important-than-it-used-to-be
361 - update_server_info() funtion.
361 + update_server_info() function.
362 (merge b3223761c8 jk/server-info-rabbit-hole later to maint).
363
364 * The message given when "git commit -a <paths>" errors out has been
@@ -450,7 +450,7 @@ Fixes since v2.21
450 * When given a tag that points at a commit-ish, "git replace --graft"
451 failed to peel the tag before writing a replace ref, which did not
452 make sense because the old graft mechanism the feature wants to
453 - mimick only allowed to replace one commit object with another.
453 + mimic only allowed to replace one commit object with another.
454 This has been fixed.
455 (merge ee521ec4cb cc/replace-graft-peel-tags later to maint).
456
@@ -500,7 +500,7 @@ Fixes since v2.21
500 conflicts are resolved in working tree *.h files but before the
501 resolved results are added to the index. This has been corrected.
502
503 - * "git chery-pick" (and "revert" that shares the same runtime engine)
503 + * "git cherry-pick" (and "revert" that shares the same runtime engine)
504 that deals with multiple commits got confused when the final step
505 gets stopped with a conflict and the user concluded the sequence
506 with "git commit". Attempt to fix it by cleaning up the state
@@ -535,7 +535,7 @@ Fixes since v2.21
535 todo-list "rebase -i -r" uses should not be shown as a hex object
536 name.
537
538 - * A prerequiste check in the test suite to see if a working jgit is
538 + * A prerequisite check in the test suite to see if a working jgit is
539 available was made more robust.
540 (merge abd0f28983 tz/test-lib-check-working-jgit later to maint).
541