Make msftidy happy

unstable
jvazquez-r7 2013-06-13 18:58:38 -05:00
parent 44ff3ec8d9
commit 69c25014ae
2 changed files with 4 additions and 4 deletions

View File

@ -208,7 +208,7 @@ class Metasploit3 < Msf::Exploit::Remote
file_create(sploit)
# This extends the current class, and changes the file_format_name.
# This allows us to use the file_create(data) to store the created
# This allows us to use the file_create(data) to store the created
# file in the correct directory.
class << self
@ -220,4 +220,4 @@ class Metasploit3 < Msf::Exploit::Remote
file_create('')
end
end
end

View File

@ -113,7 +113,7 @@ class Metasploit3 < Msf::Exploit::Remote
file_create(cue_data)
# This extends the current class, and changes the file_format_name.
# This allows us to use the file_create(data) to store the created
# This allows us to use the file_create(data) to store the created
# file in the correct directory.
class << self
@ -125,4 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote
file_create('')
end
end
end