Fix misspelled word

git-svn-id: file:///home/svn/framework3/trunk@13826 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-10-07 00:31:28 +00:00
parent 1aa5deca43
commit 15432fa2f5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Metasploit3 < Msf::Post
if datastore['KILL']
print_status("Killing original process with PID #{original_pid}")
session.sys.process.kill(original_pid)
print_good("Successfuly killed process with PID #{original_pid}")
print_good("Successfully killed process with PID #{original_pid}")
end
end