mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01: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))
|
||||
->setName(pht("Missing '%s' Binary", $bin))
|
||||
->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)
|
||||
->addPhabricatorConfig('environment.append-paths');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue