mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
61257d88d5
commit
0620386d0e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ final class PhabricatorSetupCheckPath extends PhabricatorSetupCheck {
|
||||||
|
|
||||||
$this
|
$this
|
||||||
->newIssue('config.PATH.'.$digest)
|
->newIssue('config.PATH.'.$digest)
|
||||||
->setName(pht('$PATH Compontent Unusable'))
|
->setName(pht('$PATH Component Unusable'))
|
||||||
->setSummary(
|
->setSummary(
|
||||||
pht(
|
pht(
|
||||||
"A component of the configured PATH can not be used by ".
|
"A component of the configured PATH can not be used by ".
|
||||||
|
|
Loading…
Reference in a new issue