]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix typos in the documentation of the FrameStream configuration 8937/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 16 Mar 2020 10:24:06 +0000 (11:24 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 16 Mar 2020 10:24:06 +0000 (11:24 +0100)
pdns/recursordist/docs/lua-config/protobuf.rst

index bb35e44b24789cb53b6a637061d3577303573939..11c49a2c4aef927f6f8cf3fae42f6ebe0842a592 100644 (file)
@@ -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.