Skip to content

Commit b5794db

Browse files
author
Tod Beardsley
committed
Spelling
1 parent edd5ec3 commit b5794db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/malwarebytes_update_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def check_client_version(request)
8888
Gem::Version.new(next_version) >= Gem::Version.new(this_version)
8989
return true
9090
else
91-
print_error "Version #{this_version} of Anti-Malware isn't vulnerable, not attemting update."
91+
print_error "Version #{this_version} of Anti-Malware isn't vulnerable, not attempting update."
9292
return false
9393
end
9494
end

0 commit comments

Comments
 (0)