Skip to content

Commit 05a198b

Browse files
committed
Correct spelling
1 parent 4a01c27 commit 05a198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/virtual_box_guest_additions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def exploit
151151
hal_dispatch_table = find_haldispatchtable
152152
if hal_dispatch_table.nil?
153153
session.railgun.kernel32.CloseHandle(handle)
154-
fail_with(Failure::Unknown, "Filed to disclose HalDispatchTable")
154+
fail_with(Failure::Unknown, "Failed to disclose HalDispatchTable")
155155
else
156156
print_good("Address successfully disclosed.")
157157
end

0 commit comments

Comments
 (0)