aboutsummaryrefslogtreecommitdiffstats
path: root/notifier.js
diff options
context:
space:
mode:
authoranekos2008-12-07 04:21:58 +0000
committeranekos2008-12-07 04:21:58 +0000
commita6fa63f4a60074b5fc133e123ad97f0a66c1b550 (patch)
tree833d365ba7fcd0587a9d986dd01635b5fffd4f86 /notifier.js
parentae9b086f2abbc9c2226d1c48fd50af7869442689 (diff)
downloadvimperator-plugins-a6fa63f4a60074b5fc133e123ad97f0a66c1b550.tar.bz2
fix typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26035 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier.js')
-rw-r--r--notifier.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/notifier.js b/notifier.js
index 0a8126d..db0af9b 100644
--- a/notifier.js
+++ b/notifier.js
@@ -16,7 +16,7 @@
(function() {
io.sourceFromRuntimePath(['libly.js']);
if (!liberator.plugins.libly) {
- liberator.log('notifier: needs _libly.js');
+ liberator.log('notifier: needs libly.js');
return;
}
@@ -180,7 +180,7 @@ function bootstrap() {
}
if (this.isBusy) {
- logger.log('bussy.' + this.id);
+ logger.log('busy.' + this.id);
return;
}
@@ -210,7 +210,7 @@ function bootstrap() {
liberator.sleep(3 * 1000);
}//}}}
if (typeof this.finallycallback == 'function') this.finallycallback();
- logger.echo('notifier[' + this.id + '] stoped.(' + start + ')', commandline.force_singleline);
+ logger.echo('notifier[' + this.id + '] stopped.(' + start + ')', commandline.force_singleline);
}), 10);
logger.log('start end');