summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-08-28 06:13:47 -0700
committerEvan Prodromou <evan@status.net>2009-08-28 06:13:47 -0700
commite04e009ddb51cf8327744a2d642b793a3d9716cd (patch)
tree1a98065b1ed076bcbc90870e7790f7696db971bc
parent900943f027e81145c7fd303c625c8ec4b51b00d6 (diff)
stutuses -> statuses
-rw-r--r--lib/twitterbasicauthclient.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/twitterbasicauthclient.php b/lib/twitterbasicauthclient.php
index 66bb01e53..fd331fbdc 100644
--- a/lib/twitterbasicauthclient.php
+++ b/lib/twitterbasicauthclient.php
@@ -74,7 +74,7 @@ class TwitterBasicAuthClient
}
/**
- * 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
@@ -94,7 +94,7 @@ class TwitterBasicAuthClient
}
/**
- * 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
@@ -123,7 +123,7 @@ class TwitterBasicAuthClient
}
/**
- * 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
@@ -153,7 +153,7 @@ class TwitterBasicAuthClient
}
/**
- * 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
@@ -163,7 +163,7 @@ class TwitterBasicAuthClient
* @return mixed a list of ids, 100 per page
*/
function friendsIds($id = null, $user_id = null, $screen_name = null,
- $page = null)
+ $page = null)
{
$url = "https://twitter.com/friends/ids.json";