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
|
@ -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…
Reference in a new issue