Skip to content

Commit a427e41

Browse files
committed
-consomation +consumption
1 parent 1d03b9a commit a427e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/parser/fs/ntfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def cluster_from_attribute_non_resident(attribute, cluster_num = 0, size_max = (
181181

182182
data = ''
183183
while data.length < size_wanted
184-
# use an arbitrary block size to avoid target memory consomation
184+
# use an arbitrary block size to avoid target memory consumption
185185
data << @file_handler.read([size_wanted - data.length, 2**26].min)
186186
end
187187
attribut << data

0 commit comments

Comments
 (0)