diff options
author | voqn | 2009-01-04 08:02:17 +0000 |
---|---|---|
committer | voqn | 2009-01-04 08:02:17 +0000 |
commit | d116f332ac22674127d1b3bb4a080e6dc37f1c14 (patch) | |
tree | 3eb70d131655f0a49536e54b4590b174810ac6e6 /twitter.js | |
parent | 2f9d85352c89506c293461991b87d5e6925c4bc9 (diff) | |
download | vimperator-plugins-d116f332ac22674127d1b3bb4a080e6dc37f1c14.tar.bz2 |
modified spell miss
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27880 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ xhr.open("POST", "http://twitter.com/statuses/update.json", false, username, password); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.send("status=" + encodeURIComponent(stat) + "&source=Vimperator"); - liberator.echo("[Twitter] Your post " + '"' + stat + '" (' + stat.length + " charactors) was sent. " ); + liberator.echo("[Twitter] Your post " + '"' + stat + '" (' + stat.length + " characters) was sent. " ); } function favTwitter(username, password, user){ var xhr = new XMLHttpRequest(); |