aboutsummaryrefslogtreecommitdiff
path: root/pythonmod/examples
diff options
context:
space:
mode:
Diffstat (limited to 'pythonmod/examples')
-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.
#