some typoes in comments that annoyed me, fixed now

This commit is contained in:
Brenda Wallace 2009-08-31 10:59:50 +12:00 committed by Evan Prodromou
parent 9d0e37c4e8
commit 66fca9e2a8
1 changed files with 4 additions and 4 deletions

View 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