1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Fix a typo

Summary: Self-explanatory.

Test Plan: Eyeball it

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10462
This commit is contained in:
Joshua Spence 2014-09-10 23:37:54 +10:00
parent 16770ed210
commit f0f6897fce

View file

@ -268,7 +268,7 @@ abstract class ArcanistExternalLinter extends ArcanistFutureLinter {
throw new ArcanistUsageException( throw new ArcanistUsageException(
pht( pht(
'Unable to locate interpreter "%s" to run linter %s. You may '. 'Unable to locate interpreter "%s" to run linter %s. You may '.
'need to install the intepreter, or adjust your linter '. 'need to install the interpreter, or adjust your linter '.
'configuration.'. 'configuration.'.
"\nTO INSTALL: %s", "\nTO INSTALL: %s",
$interpreter, $interpreter,