1
0
Fork 0
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:
epriestley 2013-09-26 05:21:43 -07:00
parent c467cc464f
commit be4024c9c2

View file

@ -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');
}