From 5aea21fcb86d8ff12a6577eedbd0925ec903f524 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Thu, 15 Apr 2010 02:09:08 +0000 Subject: [PATCH] speel more godoer git-svn-id: file:///home/svn/framework3/trunk@9080 4d416f70-5f16-0410-b530-b9f4589650da --- data/msfweb/public/javascripts/tooltip.js | 2 +- lib/msf/ui/gtk2/app.rb | 2 +- modules/auxiliary/admin/backupexec/dump.rb | 2 +- modules/auxiliary/scanner/vnc/vnc_none_auth.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/msfweb/public/javascripts/tooltip.js b/data/msfweb/public/javascripts/tooltip.js index 4b9ac45a3f..a533c8f836 100644 --- a/data/msfweb/public/javascripts/tooltip.js +++ b/data/msfweb/public/javascripts/tooltip.js @@ -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) diff --git a/lib/msf/ui/gtk2/app.rb b/lib/msf/ui/gtk2/app.rb index 3c77e61e1a..7d27b10907 100644 --- a/lib/msf/ui/gtk2/app.rb +++ b/lib/msf/ui/gtk2/app.rb @@ -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, ... # ### diff --git a/modules/auxiliary/admin/backupexec/dump.rb b/modules/auxiliary/admin/backupexec/dump.rb index fa4e50d9a7..e6f4c1dc9e 100644 --- a/modules/auxiliary/admin/backupexec/dump.rb +++ b/modules/auxiliary/admin/backupexec/dump.rb @@ -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') diff --git a/modules/auxiliary/scanner/vnc/vnc_none_auth.rb b/modules/auxiliary/scanner/vnc/vnc_none_auth.rb index 7204a77895..91e6f0634c 100644 --- a/modules/auxiliary/scanner/vnc/vnc_none_auth.rb +++ b/modules/auxiliary/scanner/vnc/vnc_none_auth.rb @@ -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