summaryrefslogtreecommitdiff
path: root/pythonmod/examples
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-06-08 14:43:13 +0000
committerCy Schubert <cy@FreeBSD.org>2022-06-08 14:43:13 +0000
commit5f9f82264b91e041df7cba2406625146e7268ce4 (patch)
treeba7309ee547bf22115420277f45a3478aafb6397 /pythonmod/examples
parent3574dc0bd83e731bba79edc130c0569bf05f7af5 (diff)
Diffstat (limited to 'pythonmod/examples')
-rw-r--r--pythonmod/examples/inplace_callbacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/examples/inplace_callbacks.py b/pythonmod/examples/inplace_callbacks.py
index de375b4e12fc..2682fbd02dc0 100644
--- a/pythonmod/examples/inplace_callbacks.py
+++ b/pythonmod/examples/inplace_callbacks.py
@@ -207,7 +207,7 @@ def inplace_servfail_callback(qinfo, qstate, rep, rcode, edns, opt_list_out,
"""
log_info("python: called back while servfail.")
- # Append the example ENDS option
+ # Append the example EDNS option
b = bytearray.fromhex("")
edns_opt_list_append(opt_list_out, 65003, b, region)