Comment typo (missing i).

This commit is contained in:
HD Moore 2015-03-04 20:11:41 -06:00
parent 95f67dba7a
commit 7a354f322c
2 changed files with 2 additions and 2 deletions

View File

@ -435,7 +435,7 @@ class Encoder < Module
end
#
# The amount of space available to the encoder, whch may be nil,
# The amount of space available to the encoder, which may be nil,
# indicating that the smallest possible encoding should be used.
#
attr_accessor :available_space

View File

@ -501,7 +501,7 @@ class Payload < Msf::Module
attr_accessor :assoc_exploit
#
# The amount of space available to the payload, whch may be nil,
# The amount of space available to the payload, which may be nil,
# indicating that the smallest possible payload should be used.
#
attr_accessor :available_space