Skip to content

Commit a9edfa1

Browse files
author
Donny Maasland
committed
Fix a small typo
1 parent 399b3d2 commit a9edfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/impersonate_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info={})
4141

4242
register_advanced_options(
4343
[
44-
OptBool.new('AlterSerial', [false, "Alter the serial number slightly to avoif FireFox serial matching", true])
44+
OptBool.new('AlterSerial', [false, "Alter the serial number slightly to avoid FireFox serial matching", true])
4545
], self.class)
4646
end
4747

0 commit comments

Comments
 (0)