speel more godoer

git-svn-id: file:///home/svn/framework3/trunk@9080 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-15 02:09:08 +00:00
parent 6fec79926c
commit 5aea21fcb8
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// Singleton class TooltipWindow
// This class works with special className. The tooltip content could be in your HTML page as an hidden element or
// can be retreive by an AJAX call.
// can be retrieve by an AJAX call.
//
// To work, You just need to set two class name on elements that should show tooltips
// - One to say to TooltipManager that this element must have a tooltip ('tooltip' by default)

View File

@ -56,7 +56,7 @@ module Ui
###
#
# This class help us to retreive all glade widgets and place them in your user instance
# This class help us to retrieve all glade widgets and place them in your user instance
# like @windows, @widget, ...
#
###

View File

@ -77,7 +77,7 @@ class Metasploit3 < Msf::Auxiliary
end
def run
print_status("Attempting to retreive #{datastore['RPATH']}...")
print_status("Attempting to retrieve #{datastore['RPATH']}...")
lfd = File.open(datastore['LPATH'], 'w')

View File

@ -106,7 +106,7 @@ class Metasploit3 < Msf::Auxiliary
elsif banner
print_status("#{target_host}:#{rport}, VNC server protocol version : \"#{banner.chomp}\", not supported!")
else
print_error("#{target_host}:#{rport}, failed to retreive banner")
print_error("#{target_host}:#{rport}, failed to retrieve banner")
end
ensure