Skip to content

Commit a3c8b1e

Browse files
committed
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
1 parent 4ea14ae commit a3c8b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function findDaemonClass($substring) {
7979
if (count($match) == 0) {
8080
throw new PhutilArgumentUsageException(
8181
pht(
82-
"No daemons match '%s'! Use 'phd list' for a list of avialable ".
82+
"No daemons match '%s'! Use 'phd list' for a list of available ".
8383
"daemons.",
8484
$substring));
8585
} else if (count($match) > 1) {

0 commit comments

Comments
 (0)