From d5cb3cd27729857d3d37d91b52fac546803060ff Mon Sep 17 00:00:00 2001 From: cburroughs Date: Thu, 19 Nov 2015 10:20:25 -0500 Subject: [PATCH] typo in storage message Test Plan: I didn't put any skill points in spelling since I need combat skills to survive in a nuclear wasteland, but spell check says this is better. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D14522 --- .../workflow/PhabricatorStorageManagementWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php b/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php index 62b2651f70..3203998a40 100644 --- a/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php +++ b/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementWorkflow.php @@ -633,7 +633,7 @@ abstract class PhabricatorStorageManagementWorkflow if ($any_surplus) { $message[] = pht( 'Some of these errors are caused by surplus schemata (extra '. - 'tables or columsn which Phabricator does not expect). These are '. + 'tables or columns which Phabricator does not expect). These are '. 'not serious. For information on resolving these issues, see the '. '"Surplus Schemata" section in the "Managing Storage Adjustments" '. 'article in the documentation.');