fixed typo

This commit is contained in:
gabryon99 2020-03-23 17:40:49 +01:00
parent 7e079bc506
commit 253f73dea6

View file

@ -548,7 +548,7 @@ local icmp = isIPv6(host["ip"]) and 'icmp6' or 'icmp'
print([[
<tr>
<th>RTT Host</th>
<th>RTT</th>
]])
if (not rtt_utils.hasHost(host["ip"], "icmp")) then