Small typo fixed.

This commit is contained in:
Wade Alcorn
2012-01-05 13:05:48 +10:00
parent 93b2f62f28
commit 899888f819

2
beef
View File

@@ -99,7 +99,7 @@ BeEF::Extension::Console::Banners.print_network_interfaces_routes
# @note Call the API method 'pre_http_start'
BeEF::API::Registrar.instance.fire(BeEF::API::Server, 'pre_http_start', http_hook_server)
# @note Start the HTTP Server, we addtionally check whether we load the Console Shell or not
# @note Start the HTTP Server, we additionally check whether we load the Console Shell or not
if config.get("beef.extension.console.shell.enable") == true
require 'extensions/console/shell'
puts ""