]> git.mxchange.org Git - friendica-addons.git/commitdiff
Typo
authorMichael <heluecht@pirati.ca>
Mon, 3 Sep 2018 21:58:21 +0000 (21:58 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 3 Sep 2018 21:58:21 +0000 (21:58 +0000)
twitter/twitter.php

index 8b8d404ae7e8d5ec4c055cdb690fa89821f7a536..75a0604a3aff8c64ef56a08abba4ba3fb92e61e0 100644 (file)
@@ -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;
                        }