From 0b44371ec5901063cd1c816752464eaed8108da2 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 2 Jan 2012 02:52:22 +0000 Subject: [PATCH] fix typo --- scripts/broadcast-pc-anywhere.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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