From: Michael Date: Sun, 4 Jun 2017 19:05:15 +0000 (+0000) Subject: Typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16276b21ebf617c5c2277b0c25f43f74131d5778;p=friendica.git Typo --- diff --git a/include/poller.php b/include/poller.php index bae2ac5e96..087b4b733e 100644 --- a/include/poller.php +++ b/include/poller.php @@ -106,7 +106,7 @@ function poller_run($argv, $argc){ // Quit the poller once every hour if (time() > ($starttime + 3600)) { - logger('Process lifetime reachted, quitting.', LOGGER_DEBUG); + logger('Process lifetime reached, quitting.', LOGGER_DEBUG); return; } }