Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 31, 2011
1 parent 3fcb931 commit 1ab3abe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -9,7 +9,7 @@ messages to Twitter and receiving status updates.


Project at GitHub: http://github.com/dg/twitter-php
Twitter's API documentation: http://apiwiki.twitter.com/Twitter-API-Documentation
Twitter's API documentation: http://dev.twitter.com/doc
My PHP blog: http://phpfashion.com


Expand Down
1 change: 0 additions & 1 deletion twitter.class.php
Expand Up @@ -54,7 +54,6 @@ class Twitter
* @param string optional access token
* @param string optinal access token secret
* @throws TwitterException when CURL extension is not loaded
* @throws TwitterAuthException to signalize individual authorization steps
*/
public function __construct($consumerKey = NULL, $consumerSecret = NULL, $accessToken = NULL, $accessTokenSecret = NULL)
{
Expand Down

0 comments on commit 1ab3abe

Please sign in to comment.