diff options
Diffstat (limited to 'pythonmod/examples/inplace_callbacks.py')
| -rw-r--r-- | pythonmod/examples/inplace_callbacks.py | 2 |
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) |
