From 75ddc730c1dd2e145babaf28ee50e0eb1f9d85e7 Mon Sep 17 00:00:00 2001 From: tobiasd Date: Mon, 12 Mar 2012 18:49:59 +0100 Subject: [PATCH] fix spelling from copy and paste, Twitter is not StatusNet (not yet anyway) --- twitter/twitter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index fd032463..4f4d7280 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -1,7 +1,7 @@ */ @@ -288,7 +288,7 @@ function twitter_post_hook(&$a,&$b) { // longer so we give them 10 characters extra $max_char = 130; // max. length for a tweet // we will only work with up to two times the length of the dent - // we can later send to StatusNet. This way we can "gain" some + // we can later send to Twitter. This way we can "gain" some // information during shortening of potential links but do not // shorten all the links in a 200000 character long essay. $tmp = substr($b['body'], 0, 2*$max_char);