From: Michael Date: Mon, 3 Sep 2018 21:58:21 +0000 (+0000) Subject: Typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa34316be8d769ca5928107277359e2ec4b4c008;p=friendica-addons.git Typo --- diff --git a/twitter/twitter.php b/twitter/twitter.php index 8b8d404a..75a0604a 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -1678,7 +1678,7 @@ function twitter_fetchhometimeline(App $a, $uid) } if (stristr($post->source, $application_name) && $post->user->screen_name == $own_id) { - logger("Skip previously send post", LOGGER_DEBUG); + logger("Skip previously sent post", LOGGER_DEBUG); continue; }