aboutsummaryrefslogtreecommitdiffstats
path: root/xpathBlink.js
diff options
context:
space:
mode:
Diffstat (limited to 'xpathBlink.js')
-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;