mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix a typo.
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9563
This commit is contained in:
parent
4ea14ae376
commit
a3c8b1e746
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ abstract class PhabricatorDaemonManagementWorkflow
|
|||
if (count($match) == 0) {
|
||||
throw new PhutilArgumentUsageException(
|
||||
pht(
|
||||
"No daemons match '%s'! Use 'phd list' for a list of avialable ".
|
||||
"No daemons match '%s'! Use 'phd list' for a list of available ".
|
||||
"daemons.",
|
||||
$substring));
|
||||
} else if (count($match) > 1) {
|
||||
|
|
Loading…
Reference in a new issue