1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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
This commit is contained in:
epriestley 2019-03-15 14:47:14 -07:00
parent df53d72e79
commit 492b03628f

View file

@ -401,7 +401,7 @@ final class DrydockLandRepositoryOperation
'body' => pht( 'body' => pht(
'When this diff was generated, the server was running an older '. 'When this diff was generated, the server was running an older '.
'version of Phabricator which did not support staging areas for '. '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 '. 'staging. Changes must be pushed to staging before they can be '.
'landed from the web.'), 'landed from the web.'),
); );