From d116f332ac22674127d1b3bb4a080e6dc37f1c14 Mon Sep 17 00:00:00 2001 From: voqn Date: Sun, 4 Jan 2009 08:02:17 +0000 Subject: modified spell miss git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27880 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3