From 10ceeaa27707888b766c66ce18dd529a48f9e69d Mon Sep 17 00:00:00 2001 From: teramako Date: Thu, 7 Jan 2010 14:55:18 +0000 Subject: fix typo git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36360 d0d07461-0603-4401-acd4-de1884942a52 --- xpathBlink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpathBlink.js') 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; -- cgit v1.2.3