Skip to content

Commit 69c2501

Browse files
author
jvazquez-r7
committed
Make msftidy happy
1 parent 44ff3ec commit 69c2501

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/exploits/windows/fileformat/ultraiso_ccd.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def exploit
208208
file_create(sploit)
209209

210210
# This extends the current class, and changes the file_format_name.
211-
# This allows us to use the file_create(data) to store the created
211+
# This allows us to use the file_create(data) to store the created
212212
# file in the correct directory.
213213

214214
class << self
@@ -220,4 +220,4 @@ def file_format_filename
220220
file_create('')
221221
end
222222

223-
end
223+
end

modules/exploits/windows/fileformat/ultraiso_cue.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def exploit
113113
file_create(cue_data)
114114

115115
# This extends the current class, and changes the file_format_name.
116-
# This allows us to use the file_create(data) to store the created
116+
# This allows us to use the file_create(data) to store the created
117117
# file in the correct directory.
118118

119119
class << self
@@ -125,4 +125,4 @@ def file_format_filename
125125
file_create('')
126126
end
127127

128-
end
128+
end

0 commit comments

Comments
 (0)