From a6fa63f4a60074b5fc133e123ad97f0a66c1b550 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 7 Dec 2008 04:21:58 +0000 Subject: fix typo git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26035 d0d07461-0603-4401-acd4-de1884942a52 --- notifier.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notifier.js') 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'); -- cgit v1.2.3