From 60f33f8774233fa936128b3198fcde473c4d55f9 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 16 Mar 2020 11:24:06 +0100 Subject: [PATCH] rec: Fix typos in the documentation of the FrameStream configuration --- pdns/recursordist/docs/lua-config/protobuf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/lua-config/protobuf.rst b/pdns/recursordist/docs/lua-config/protobuf.rst index bb35e44b24..11c49a2c4a 100644 --- a/pdns/recursordist/docs/lua-config/protobuf.rst +++ b/pdns/recursordist/docs/lua-config/protobuf.rst @@ -113,10 +113,10 @@ The recursor must have been built with configure ``--enable-dnstap`` to make thi Options: - * ``logQueries=true``: bool - log oputgoing queries + * ``logQueries=true``: bool - log outgoing queries * ``logResponses=true``: bool - log incoming responses - The follwing options apply to the settings of the framestream library. Refer to the documentation of that + The following options apply to the settings of the framestream library. Refer to the documentation of that library for the default values, exact description and allowable values for these options. For all these options, absence or a zero value has the effect of using the library-provided default value. -- 2.39.2