aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteramako2010-01-07 14:55:18 +0000
committerteramako2010-01-07 14:55:18 +0000
commit10ceeaa27707888b766c66ce18dd529a48f9e69d (patch)
tree32532999b75d18b39f84cb4c4fb9749642bf818f
parentc24d1b0fbabfc9ed9a72301751282537a363e8e5 (diff)
downloadvimperator-plugins-10ceeaa27707888b766c66ce18dd529a48f9e69d.tar.bz2
fix typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36360 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r--xpathBlink.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpathBlink.js b/xpathBlink.js
index f4cac65..1f950a9 100644
--- a/xpathBlink.js
+++ b/xpathBlink.js
@@ -48,7 +48,7 @@ It's need "DOM Inspector" addon
(function(){
let extid = "inspector@mozilla.org";
if (!Application.extensions.has(extid) || !Application.extensions.get(extid).enabled){
- liberator.ecomsg("DOM Inspector is not installed or enabled", 2);
+ liberator.echomsg("DOM Inspector is not installed or enabled", 2);
return;
}
let flasher = null;