Skip to content

Commit 7a354f3

Browse files
author
HD Moore
committed
Comment typo (missing i).
1 parent 95f67db commit 7a354f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msf/core/encoder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def preserves_stack?
435435
end
436436

437437
#
438-
# The amount of space available to the encoder, whch may be nil,
438+
# The amount of space available to the encoder, which may be nil,
439439
# indicating that the smallest possible encoding should be used.
440440
#
441441
attr_accessor :available_space

lib/msf/core/payload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def on_session(session)
501501
attr_accessor :assoc_exploit
502502

503503
#
504-
# The amount of space available to the payload, whch may be nil,
504+
# The amount of space available to the payload, which may be nil,
505505
# indicating that the smallest possible payload should be used.
506506
#
507507
attr_accessor :available_space

0 commit comments

Comments
 (0)