aboutsummaryrefslogtreecommitdiffstats
path: root/twitter.js
diff options
context:
space:
mode:
authorvoqn2009-01-04 08:02:17 +0000
committervoqn2009-01-04 08:02:17 +0000
commitd116f332ac22674127d1b3bb4a080e6dc37f1c14 (patch)
tree3eb70d131655f0a49536e54b4590b174810ac6e6 /twitter.js
parent2f9d85352c89506c293461991b87d5e6925c4bc9 (diff)
downloadvimperator-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twitter.js b/twitter.js
index c3e6f3a..6a3b075 100644
--- a/twitter.js
+++ b/twitter.js
@@ -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();