wording fix.

git-svn-id: file:///home/svn/framework3/trunk@13973 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Jonathan Cran 2011-10-17 08:56:07 +00:00
parent 8e88a3eaba
commit bbfbb38a5f
1 changed files with 1 additions and 1 deletions

View File

@ -332,6 +332,6 @@ class Metasploit3 < Msf::Post
found = vboxchk(session) if not found
found = xenchk(session) if not found
found = qemuchk(session) if not found
print_status("It appears to be physical host.") if not found
print_status("It appears to be a physical host.") if not found
end
end