diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-08-31 10:59:50 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-08-31 11:02:47 +1200 |
commit | b54a25c8951e48b675bc314d9d18d14b1957f56e (patch) | |
tree | 05e21f799e1a94ff9ad5b1f7b8befe7df2dcaee2 | |
parent | fb447f713acb48ad81ea7e8005894ff9aa83c342 (diff) |
some typoes in comments that annoyed me, fixed now
-rw-r--r-- | lib/twitteroauthclient.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/twitteroauthclient.php b/lib/twitteroauthclient.php index 3da522fc5..e4a89c4e9 100644 --- a/lib/twitteroauthclient.php +++ b/lib/twitteroauthclient.php @@ -109,7 +109,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 @@ -128,7 +128,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 @@ -158,7 +158,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 @@ -188,7 +188,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 |