summaryrefslogtreecommitdiff
path: root/pythonmod/examples/edns.py
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-03 05:35:06 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-03 05:35:06 +0000
commit68965ba955db755e0cf7c57882a1e99da5c47644 (patch)
treef8e722161681a766f4425cefdbe71f32f647fd14 /pythonmod/examples/edns.py
parent625f1c1312fb7defbd148c8ba121a0cf058707ef (diff)
Diffstat (limited to 'pythonmod/examples/edns.py')
-rw-r--r--pythonmod/examples/edns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/examples/edns.py b/pythonmod/examples/edns.py
index ca1bb8da710d..ddcccc51c9bd 100644
--- a/pythonmod/examples/edns.py
+++ b/pythonmod/examples/edns.py
@@ -55,7 +55,7 @@
# Return True on success, False on failure.
#
# edns_opt_list_remove(edns_opt_list, code):
-# Remove all occurences of the given EDNS option code from the
+# Remove all occurrences of the given EDNS option code from the
# edns_opt_list.
# Return True when at least one EDNS option was removed, False otherwise.
#