@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 mistake in warning message for missing 'diff' binary

Summary: Someone in IRC helpfully pointed this out.

Auditors: btrahan

+1 -1
+1 -1
src/applications/config/check/PhabricatorSetupCheckBinaries.php
··· 121 121 ->setShortName(pht("'%s' Missing", $bin)) 122 122 ->setName(pht("Missing '%s' Binary", $bin)) 123 123 ->setSummary( 124 - pht("The '%s' binary could not be located or excuted.", $bin)) 124 + pht("The '%s' binary could not be located or executed.", $bin)) 125 125 ->setMessage($preamble.' '.$message) 126 126 ->addPhabricatorConfig('environment.append-paths'); 127 127 }