From 2140741e25288b05671e60c8954ffc0c2be7b624 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Sat, 6 Jan 2018 07:25:26 -0800 Subject: [PATCH] Fix typo in new setting description Summary: Noticed by @amckinley in https://secure.phabricator.com/D18850#inline-57246 but not fixed before landing. Test Plan: ispell Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, amckinley, epriestley Differential Revision: https://secure.phabricator.com/D18861 --- .../diffusion/editor/DiffusionRepositoryEditEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php b/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php index 4eebc09b52..dcb79a6c86 100644 --- a/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php +++ b/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php @@ -318,7 +318,7 @@ final class DiffusionRepositoryEditEngine pht('Prevent Enormous Changes'), pht('Allow Enormous Changes')) ->setTransactionType(PhabricatorRepositoryTransaction::TYPE_ENORMOUS) - ->setDescription(pht('Permit enomrous changes to be made.')) + ->setDescription(pht('Permit enormous changes to be made.')) ->setConduitDescription(pht('Allow or prevent enormous changes.')) ->setConduitTypeDescription(pht('New protection setting.')) ->setValue($object->shouldAllowEnormousChanges()),