`DaemonRestartCommand` has a typo in the error message: ```php abort_unless($daemon->status == 'installed', 1, 'This deamon is not installed or is not running.'); ``` Should be "daemon" not "deamon".
DaemonRestartCommandhas a typo in the error message:Should be "daemon" not "deamon".