]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
some typoes in comments that annoyed me, fixed now
authorBrenda Wallace <shiny@cpan.org>
Sun, 30 Aug 2009 22:59:50 +0000 (10:59 +1200)
committerEvan Prodromou <evan@status.net>
Mon, 19 Oct 2009 22:08:44 +0000 (18:08 -0400)
lib/twitteroauthclient.php

index e37fa05f0a6214c140ab71dab264c9f200702496..bad2b74ca324101388eaa6feae1e787e65c72892 100644 (file)
@@ -118,7 +118,7 @@ class TwitterOAuthClient extends OAuthClient
     }
 
     /**
-     * Calls Twitter's /stutuses/update API method
+     * Calls Twitter's /statuses/update API method
      *
      * @param string $status                text of the status
      * @param int    $in_reply_to_status_id optional id of the status it's
@@ -137,7 +137,7 @@ class TwitterOAuthClient extends OAuthClient
     }
 
     /**
-     * Calls Twitter's /stutuses/friends_timeline API method
+     * Calls Twitter's /statuses/friends_timeline API method
      *
      * @param int $since_id show statuses after this id
      * @param int $max_id   show statuses before this id
@@ -167,7 +167,7 @@ class TwitterOAuthClient extends OAuthClient
     }
 
     /**
-     * Calls Twitter's /stutuses/friends API method
+     * Calls Twitter's /statuses/friends API method
      *
      * @param int $id          id of the user whom you wish to see friends of
      * @param int $user_id     numerical user id
@@ -197,7 +197,7 @@ class TwitterOAuthClient extends OAuthClient
     }
 
     /**
-     * Calls Twitter's /stutuses/friends/ids API method
+     * Calls Twitter's /statuses/friends/ids API method
      *
      * @param int $id          id of the user whom you wish to see friends of
      * @param int $user_id     numerical user id