From b0b7cb61ae4e9c23795bdb8f4a4ee99a2ff0818d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 27 May 2024 11:05:40 +0200 Subject: [PATCH] typo Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/lua-scripting/dq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 3c77c3b662..c295977daf 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -232,7 +232,7 @@ The DNSQuestion object contains at least the following fields: .. attribute:: DNSQuestion.tag The packetcache tag set via :func:`gettag` or :func:`gettag_ffi`. - Default tag is zero. Internally to the recursor, the tag is interpret as an unsigned 32-bit integer. + Default tag is zero. Internally to the recursor, the tag is interpreted as an unsigned 32-bit integer. .. attribute:: DNSQuestion.queryTime -- 2.47.2