From 7a8d489ebdbd0860b6386df608ee6418fb11b70d Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 7 May 2019 06:28:58 -0700 Subject: [PATCH] Fix a HunkParser typo, "identcal" -> "identical" Summary: See rP3f8eccdaec8f85933bfea6ce5348bde25ced0489. Test Plan: Read carefully. Reviewers: amckinley, avivey Reviewed By: avivey Subscribers: avivey Differential Revision: https://secure.phabricator.com/D20499 --- src/applications/differential/parser/DifferentialHunkParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/parser/DifferentialHunkParser.php b/src/applications/differential/parser/DifferentialHunkParser.php index 8667c032b7..84f466adcd 100644 --- a/src/applications/differential/parser/DifferentialHunkParser.php +++ b/src/applications/differential/parser/DifferentialHunkParser.php @@ -791,7 +791,7 @@ final class DifferentialHunkParser extends Phobject { // of the lines, and these copies truly weren't any different. // // When lines are aligned and marked identical, but they're not actually - // identcal, we now mark them as changed. The rest of the processing will + // identical, we now mark them as changed. The rest of the processing will // figure out how to render them appropritely. $new = $this->getNewLines();