mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix a spelling error in worker triggers
Summary: This word is not spelled properly. Test Plan: Read the word. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D18250
This commit is contained in:
parent
9d5d59f759
commit
e9208ed3da
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ final class PhabricatorWorkerTriggerManagementFireWorkflow
|
||||||
$console->writeOut(
|
$console->writeOut(
|
||||||
"%s\n",
|
"%s\n",
|
||||||
pht(
|
pht(
|
||||||
'Trigger is not scheduled to execute. Use --next to simluate '.
|
'Trigger is not scheduled to execute. Use --next to simulate '.
|
||||||
'a scheduled event.'));
|
'a scheduled event.'));
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue