Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dnsviz/analysis/offline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsviz/analysis/offline.py b/dnsviz/analysis/offline.py
index 7d08a83..a488e8e 100644
--- a/dnsviz/analysis/offline.py
+++ b/dnsviz/analysis/offline.py
@@ -2112,7 +2112,7 @@ class OfflineDomainNameAnalysis(OnlineDomainNameAnalysis):
# is bogus because there should have been matching KSK.
self.delegation_status[rdtype] = Status.DELEGATION_STATUS_BOGUS
else:
- # If no algorithsm are supported, then this is a
+ # If no algorithms are supported, then this is a
# provably insecure delegation.
self.delegation_status[rdtype] = Status.DELEGATION_STATUS_INSECURE
else: