From 568cf72860784abcff95ebf092da53c6e9589809 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Tue, 31 Oct 2023 17:17:26 +0545 Subject: [PATCH] fix typos in nxc/modules/scan-network.py --- nxc/modules/scan-network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxc/modules/scan-network.py b/nxc/modules/scan-network.py index 3832193e..1bb51816 100644 --- a/nxc/modules/scan-network.py +++ b/nxc/modules/scan-network.py @@ -52,7 +52,7 @@ def new_record(rtype, serial): nr["Type"] = rtype nr["Serial"] = serial nr["TtlSeconds"] = 180 - # From authoritive zone + # From authoritative zone nr["Rank"] = 240 return nr