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:
authorCasey Deccio <casey@deccio.net>2021-01-08 00:00:49 +0300
committerCasey Deccio <casey@deccio.net>2021-01-09 03:07:33 +0300
commit6f0cec2514ce07333540b12dbcf4d7c430f489eb (patch)
treee60e3e2ac7ae11302d0bc2818b64309caa65ced6
parent2e3cb9b0893e16fc764cb45c0676dcd009d8cfc0 (diff)
Fix typo
-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: