Skip to content

Commit 59e96e5

Browse files
author
jvazquez-r7
committed
fix typo
1 parent 8c0e470 commit 59e96e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/sap/sap_soap_rfc_read_table.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def exec(ip,fields)
138138
print_good("[SAP] #{ip}:#{rport} - Data stored in #{loot_path}")
139139
return
140140
else
141-
print_eror("[SAP] #{ip}:#{rport} - Unknown error")
141+
print_error("[SAP] #{ip}:#{rport} - Unknown error")
142142
return
143143
end
144144
rescue ::Rex::ConnectionError

0 commit comments

Comments
 (0)