wording fix.

git-svn-id: file:///home/svn/framework3/trunk@13973 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Jonathan Cran
2011-10-17 08:56:07 +00:00
parent 8e88a3eaba
commit bbfbb38a5f
+1 -1
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