We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0582e7e commit 2276e35Copy full SHA for 2276e35
spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb
@@ -11,7 +11,7 @@
11
12
13
def mock_note_destroy
14
- # The destory method doesn't pass the note as an argument startlike framework.jobs_stop_job.
+ # The destroy method doesn't pass the note as an argument startlike framework.jobs_stop_job.
15
# So here's I'm just gonna clear them all, and that sort of mimics #destroy.
16
framework = double('Msf::Framework', datastore: {})
17
0 commit comments