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:
parent
16770ed210
commit
f0f6897fce
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ abstract class ArcanistExternalLinter extends ArcanistFutureLinter {
|
|||
throw new ArcanistUsageException(
|
||||
pht(
|
||||
'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.'.
|
||||
"\nTO INSTALL: %s",
|
||||
$interpreter,
|
||||
|
|
Loading…
Reference in a new issue