mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-06 01:18:25 +02:00
Fix a spelling mistake in warning message for missing 'diff' binary
Summary: Someone in IRC helpfully pointed this out. Auditors: btrahan
This commit is contained in:
parent
c467cc464f
commit
be4024c9c2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ final class PhabricatorSetupCheckBinaries extends PhabricatorSetupCheck {
|
||||||
->setShortName(pht("'%s' Missing", $bin))
|
->setShortName(pht("'%s' Missing", $bin))
|
||||||
->setName(pht("Missing '%s' Binary", $bin))
|
->setName(pht("Missing '%s' Binary", $bin))
|
||||||
->setSummary(
|
->setSummary(
|
||||||
pht("The '%s' binary could not be located or excuted.", $bin))
|
pht("The '%s' binary could not be located or executed.", $bin))
|
||||||
->setMessage($preamble.' '.$message)
|
->setMessage($preamble.' '.$message)
|
||||||
->addPhabricatorConfig('environment.append-paths');
|
->addPhabricatorConfig('environment.append-paths');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue