Skip to content

Commit 2276e35

Browse files
committed
Fix a typo
1 parent 0582e7e commit 2276e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def mock_note_destroy
14-
# The destory method doesn't pass the note as an argument startlike framework.jobs_stop_job.
14+
# The destroy method doesn't pass the note as an argument startlike framework.jobs_stop_job.
1515
# So here's I'm just gonna clear them all, and that sort of mimics #destroy.
1616
framework = double('Msf::Framework', datastore: {})
1717

0 commit comments

Comments
 (0)