dnsdist: fix missing quote in menu
authorJames Taylor <redacted>
Fri, 13 Dec 2019 08:03:53 +0000 (19:03 +1100)
committerGitHub <redacted>
Fri, 13 Dec 2019 08:03:53 +0000 (19:03 +1100)
Fixes missing double quote in menu

Signed off by: James Taylor <redacted>

net/dnsdist/Makefile

index f5addf96f9ee27037f738a9b92ed762543e2c1e3..d0196125b35b93f74887a7bf051eb73339d2a228 100644 (file)
@@ -41,7 +41,7 @@ menu "Configuration"
 
        endchoice
 
-       comment "DNS over HTTPS/TLS Support
+       comment "DNS over HTTPS/TLS Support"
        depends on !DNSDIST_NOSSL
 
        config DNSDIST_DNS_OVER_HTTPS
git clone https://git.99rst.org/PROJECT