aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormattn2008-04-08 05:33:04 +0000
committermattn2008-04-08 05:33:04 +0000
commit24c330777ce5dfbe2bd863e598781d9be7280be0 (patch)
treec4525dbca49b2b68acf451758c1c7c986cc4c87a
parent20d66a2a8df44a995f608fca19bd09ecae14f025 (diff)
downloadvimperator-plugins-24c330777ce5dfbe2bd863e598781d9be7280be0.tar.bz2
lang/javascript/vimperator-plugins/trunk/gmail_biff.js:
* fixed yet another typo! git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@9121 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--gmail_biff.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmail_biff.js b/gmail_biff.js
index 17531c6..50e7995 100644
--- a/gmail_biff.js
+++ b/gmail_biff.js
@@ -53,7 +53,7 @@
if(logins.length)
var [gmailUser, gmailPassword] = [logins[0].username, logins[0].password];
else {
- liberator.echoerr("GMail Biff: account not found");
+ liberator.echoerr("Gmail Biff: account not found");
return;
}