@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 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 -1
+1 -1
src/applications/daemon/management/PhabricatorDaemonManagementWorkflow.php
··· 79 79 if (count($match) == 0) { 80 80 throw new PhutilArgumentUsageException( 81 81 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 ". 83 83 "daemons.", 84 84 $substring)); 85 85 } else if (count($match) > 1) {