Fixed typo

git-svn-id: file:///home/svn/framework3/trunk@5188 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Patrick Webster 2007-10-30 13:32:59 +00:00
parent 0ebb7c95bd
commit d59235fe22
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class Exploits::Windows::Http::ApacheChunkedEncoding < Msf::Exploit::Remote
if code == Exploit::CheckCode::Appears
print_status("Vulnerable server: #{response['Server']}")
else
print_status("Serer is probably not vulnerable: #{response['Server']}")
print_status("Server is probably not vulnerable: #{response['Server']}")
end
return code