From 492b03628f19118d1828f1e68a693752a4ba665e Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 15 Mar 2019 14:47:14 -0700 Subject: [PATCH] Fix a typo in Drydock "Land" operations Summary: Misspelling. Test Plan: Careful reading. Reviewers: amckinley Reviewed By: amckinley Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Differential Revision: https://secure.phabricator.com/D20290 --- .../drydock/operation/DrydockLandRepositoryOperation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/drydock/operation/DrydockLandRepositoryOperation.php b/src/applications/drydock/operation/DrydockLandRepositoryOperation.php index 1ccc82eb7b..acb48f6f0b 100644 --- a/src/applications/drydock/operation/DrydockLandRepositoryOperation.php +++ b/src/applications/drydock/operation/DrydockLandRepositoryOperation.php @@ -401,7 +401,7 @@ final class DrydockLandRepositoryOperation 'body' => pht( 'When this diff was generated, the server was running an older '. 'version of Phabricator which did not support staging areas for '. - 'this version control system, so the chagne was not pushed to '. + 'this version control system, so the change was not pushed to '. 'staging. Changes must be pushed to staging before they can be '. 'landed from the web.'), );