Fix spelling

Summary: Noticed a couple of typos in the docs, and then things got out of hand.

Test Plan:
  - Stared at the words until my eyes watered and the letters began to swim on the screen.
  - Consulted a dictionary.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, yelirekim, PHID-OPKG-gm6ozazyms6q6i22gyam

Differential Revision: https://secure.phabricator.com/D18693
This commit is contained in:
Dmitri Iouchtchenko
2017-10-09 10:48:01 -07:00
committed by epriestley
parent 4fd9d2d4bb
commit 9bd6a37055
157 changed files with 204 additions and 204 deletions

View File

@@ -160,7 +160,7 @@ final class PHUIDiffGraphView extends Phobject {
$terminated[$ii] = true;
// If this thread is joinining some other node here, we don't want
// If this thread is joining some other node here, we don't want
// to terminate it.
if (isset($graph[$key + 1])) {
$joins = $graph[$key + 1]['join'];