mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-03 16:08:19 +02: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) {
|
if (count($match) == 0) {
|
||||||
throw new PhutilArgumentUsageException(
|
throw new PhutilArgumentUsageException(
|
||||||
pht(
|
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.",
|
"daemons.",
|
||||||
$substring));
|
$substring));
|
||||||
} else if (count($match) > 1) {
|
} else if (count($match) > 1) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue