diff options
author | anekos | 2008-12-07 04:21:58 +0000 |
---|---|---|
committer | anekos | 2008-12-07 04:21:58 +0000 |
commit | a6fa63f4a60074b5fc133e123ad97f0a66c1b550 (patch) | |
tree | 833d365ba7fcd0587a9d986dd01635b5fffd4f86 /notifier.js | |
parent | ae9b086f2abbc9c2226d1c48fd50af7869442689 (diff) | |
download | vimperator-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.js | 6 |
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'); |