@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/infrastructure/daemon/workers/management/PhabricatorWorkerTriggerManagementFireWorkflow.php
··· 84 84 $console->writeOut( 85 85 "%s\n", 86 86 pht( 87 - 'Trigger is not scheduled to execute. Use --next to simluate '. 87 + 'Trigger is not scheduled to execute. Use --next to simulate '. 88 88 'a scheduled event.')); 89 89 continue; 90 90 } else {