Skip to content

Commit ed9bb3e

Browse files
author
HD Moore
committed
Fix a small typo
1 parent 775ebce commit ed9bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/natpmp/natpmp_portscan.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run_host(host)
4848
if (external_address)
4949
print_good("#{peer} responded with external address of #{external_address}")
5050
else
51-
vprint_status("#{peer} didn't responsd with an external address")
51+
vprint_status("#{peer} didn't respond with an external address")
5252
return
5353
end
5454

0 commit comments

Comments
 (0)