Skip to content

Commit dde853b

Browse files
committed
Fixed "linee" to "line"
1 parent e5836fb commit dde853b

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ def launch_metasploit_browser
32503250
browser_pid = ::Process.spawn(cmd, "https://localhost:3790")
32513251
::Process.detach(browser_pid)
32523252
elsif timeout >= 200 # 200 * 3 seconds is 10 minutes and that is tons of time.
3253-
print_linee
3253+
print_line
32543254
print_warning "For some reason, Community / Pro didn't start in a timely fashion."
32553255
print_warning "You might want to restart the Metasploit services by typing"
32563256
print_warning "'service metasploit restart'. Sorry it didn't work out."

0 commit comments

Comments
 (0)