]> git.mxchange.org Git - friendica-addons.git/commitdiff
typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Feb 2013 08:04:56 +0000 (09:04 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 19 Feb 2013 08:04:56 +0000 (09:04 +0100)
statusnet/statusnet.php

index 273a9b8c94d370aed54e3b06e878f3ed5d5054bc..cca04ee9f8e98d8608d46801480fa37b08c277c6 100755 (executable)
@@ -211,7 +211,7 @@ function statusnet_settings_post ($a,$post) {
                 goaway($a->get_baseurl().'/settings/connectors');
             } else {
                if (isset($_POST['statusnet-pin'])) {
-                       //  if the user supplied us with a PIN from Twitter, let the magic of OAuth happen
+                       //  if the user supplied us with a PIN from StatusNet, let the magic of OAuth happen
                     $api     = get_pconfig(local_user(), 'statusnet', 'baseapi');
                                        $ckey    = get_pconfig(local_user(), 'statusnet', 'consumerkey'  );
                                        $csecret = get_pconfig(local_user(), 'statusnet', 'consumersecret' );