mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 16:32:39 +01:00
Fix typo in comment
This commit is contained in:
parent
9c2348f2f4
commit
485660831e
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ try {
|
|||
id(new $listener())->register();
|
||||
} catch (PhutilMissingSymbolException $ex) {
|
||||
// Continue anwyay, since you may otherwise be unable to run commands
|
||||
// like `arc set-config events.listeners in order to repair the damage
|
||||
// like `arc set-config events.listeners` in order to repair the damage
|
||||
// you've caused.
|
||||
$console->writeErr(
|
||||
"ERROR: Failed to load event listener '%s'!\n",
|
||||
|
|
Loading…
Reference in a new issue