From 2276e355aa82a5eaf7f86b556aa3ea54de51f198 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Tue, 14 Jul 2015 10:51:15 -0500 Subject: [PATCH] Fix a typo --- spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb b/spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb index c2a5317e60..0a85f94d56 100644 --- a/spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb +++ b/spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb @@ -11,7 +11,7 @@ describe Msf::Exploit::Remote::BrowserAutopwnv2 do def mock_note_destroy - # 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. # So here's I'm just gonna clear them all, and that sort of mimics #destroy. framework = double('Msf::Framework', datastore: {})