diff --git a/src/applications/differential/parser/DifferentialHunkParser.php b/src/applications/differential/parser/DifferentialHunkParser.php --- a/src/applications/differential/parser/DifferentialHunkParser.php +++ b/src/applications/differential/parser/DifferentialHunkParser.php @@ -791,7 +791,7 @@ // 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();