From 3970aa372ceab1852af2d714b44e4b8468fac02e Mon Sep 17 00:00:00 2001 From: JP Mens Date: Tue, 27 Feb 2018 09:51:05 +0100 Subject: [PATCH] fix typo --- pdns/dnsdistdist/docs/guides/console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/guides/console.rst b/pdns/dnsdistdist/docs/guides/console.rst index e623c2d8d3..7c736dc1e1 100644 --- a/pdns/dnsdistdist/docs/guides/console.rst +++ b/pdns/dnsdistdist/docs/guides/console.rst @@ -18,7 +18,7 @@ To enable encryption, first generate a key with :func:`makeKey`:: > makeKey() setKey("ENCODED KEY") -Add the generated :func:`setKey` line to you dnsdist configuration file, along with a :func:`controlSocket`: +Add the generated :func:`setKey` line to your dnsdist configuration file, along with a :func:`controlSocket`: .. code-block:: lua -- 2.47.2