Skip to content

Commit 40db1c4

Browse files
committed
s/auxiliarly/auxiliary/
1 parent 5a488b3 commit 40db1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/base/simple/post.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run_simple(opts = {}, &block)
8989
#
9090
# Job run proc, sets up the module and kicks it off.
9191
#
92-
# XXX: Mostly Copy/pasted from simple/auxiliarly.rb
92+
# XXX: Mostly Copy/pasted from simple/auxiliary.rb
9393
#
9494
def self.job_run_proc(ctx)
9595
mod = ctx[0]
@@ -141,7 +141,7 @@ def self.job_run_proc(ctx)
141141
#
142142
# Clean up the module after the job completes.
143143
#
144-
# Copy/pasted from simple/auxiliarly.rb
144+
# Copy/pasted from simple/auxiliary.rb
145145
#
146146
def self.job_cleanup_proc(ctx)
147147
mod = ctx[0]

0 commit comments

Comments
 (0)