Skip to content

Commit d1f23c5

Browse files
committed
Changed Filed to Failed on line 43 in java_rmi_registry.rb
1 parent 1c5abec commit d1f23c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/java_rmi_registry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run
4040
send_header
4141
ack = recv_protocol_ack
4242
if ack.nil?
43-
print_error("#{peer} - Filed to negotiate RMI protocol")
43+
print_error("#{peer} - Failed to negotiate RMI protocol")
4444
disconnect
4545
return
4646
end

0 commit comments

Comments
 (0)