From 0620386d0e4ac42b523f05bc7683041464d2dfed Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 7 May 2014 07:19:50 -0700 Subject: [PATCH] Fix typo (demo) Summary: There was a typo. Test Plan: Now there is no typo. Reviewers: btrahan, chad Reviewed By: chad Subscribers: aran, epriestley Differential Revision: https://secure.phabricator.com/D8995 --- src/applications/config/check/PhabricatorSetupCheckPath.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/config/check/PhabricatorSetupCheckPath.php b/src/applications/config/check/PhabricatorSetupCheckPath.php index df72d52f20..6b3c1bfb68 100644 --- a/src/applications/config/check/PhabricatorSetupCheckPath.php +++ b/src/applications/config/check/PhabricatorSetupCheckPath.php @@ -100,7 +100,7 @@ final class PhabricatorSetupCheckPath extends PhabricatorSetupCheck { $this ->newIssue('config.PATH.'.$digest) - ->setName(pht('$PATH Compontent Unusable')) + ->setName(pht('$PATH Component Unusable')) ->setSummary( pht( "A component of the configured PATH can not be used by ".