jduck the grammar checker strikes again (thanks!)

git-svn-id: file:///home/svn/framework3/trunk@10476 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-09-25 04:54:10 +00:00
parent cdc97316b5
commit c1f934dbb4
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_error("The target service unreachable")
break
rescue ::OpenSSL::SSL::SSLError
print_error("The target failed to negotiate SSL, is this really a SSL service?")
print_error("The target failed to negotiate SSL, is this really an SSL service?")
break
rescue ::Exception => e
print_error("Exception #{e.class} #{e}")