1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2017-07-19 15:31:55 -07:00
parent 9d5d59f759
commit e9208ed3da

View file

@ -84,7 +84,7 @@ final class PhabricatorWorkerTriggerManagementFireWorkflow
$console->writeOut(
"%s\n",
pht(
'Trigger is not scheduled to execute. Use --next to simluate '.
'Trigger is not scheduled to execute. Use --next to simulate '.
'a scheduled event.'));
continue;
} else {