Correct a typo

unstable
sinn3r 2012-06-10 14:38:14 -05:00
parent 881ec8d920
commit efcb206cdf
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class Metasploit3 < Msf::Exploit::Remote
p = file.sub(path+'/','')
if File.directory?(file)
print_status("Packging directory: #{file}")
print_status("Packaging directory: #{file}")
zip.add_file(p)
else
on_file_read(p, file) do |fname, buf|