diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
| commit | 2bda7bda432fb0f867072224dd97e10435c8ad94 (patch) | |
| tree | 7ebfd82c2302bee4f9c05fb516c030153fb371d8 /pythonmod/doc/examples/example6.rst | |
| parent | a6c5280ea59f940be13fd6eb0f94ab8360d3d6c9 (diff) | |
Notes
Diffstat (limited to 'pythonmod/doc/examples/example6.rst')
| -rw-r--r-- | pythonmod/doc/examples/example6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pythonmod/doc/examples/example6.rst b/pythonmod/doc/examples/example6.rst index 07117cd556e7..eb3254022946 100644 --- a/pythonmod/doc/examples/example6.rst +++ b/pythonmod/doc/examples/example6.rst @@ -84,7 +84,7 @@ The callback function's prototype is the following: :param rep: reply_info struct; :param rcode: return code for the query; :param edns: edns_data sent from the client side. The list with the EDNS - options is accesible through edns.opt_list. It SHOULD NOT be + options is accessible through edns.opt_list. It SHOULD NOT be altered; :param opt_list_out: the list with the EDNS options that will be sent as a reply. It can be populated with EDNS options; @@ -120,7 +120,7 @@ The callback function's prototype is the following: :param rep: reply_info struct; :param rcode: return code for the query; :param edns: edns_data sent from the client side. The list with the - EDNS options is accesible through edns.opt_list. It + EDNS options is accessible through edns.opt_list. It SHOULD NOT be altered; :param opt_list_out: the list with the EDNS options that will be sent as a reply. It can be populated with EDNS options; |
