diff --git a/scripts/broadcast-pc-anywhere.nse b/scripts/broadcast-pc-anywhere.nse index ececee336..fec87326b 100644 --- a/scripts/broadcast-pc-anywhere.nse +++ b/scripts/broadcast-pc-anywhere.nse @@ -1,5 +1,5 @@ description = [[ -Sends a special broadcat probe to discover PC-Anywhere hosts running on a LAN +Sends a special broadcast probe to discover PC-Anywhere hosts running on a LAN ]] --- @@ -62,4 +62,4 @@ action = function() table.insert(result, ("%s - %s"):format(ip,name)) end return stdnse.format_output(true, result) -end \ No newline at end of file +end