From 74093a65a22f7b96e173cb23312cd13c3a021eb0 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Tue, 19 Jun 2018 17:55:28 -0500 Subject: [PATCH] Quick typo fix in example config. (#511) --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 4d8a225d..e4f30941 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -41,7 +41,7 @@ listen_addresses = ['127.0.0.1:53', '[::1]:53'] max_clients = 250 -## Switch to a non-privileged system user after listeneing sockets have been created +## Switch to a non-privileged system user after listening sockets have been created ## Note: This option is unsupported on Windows # username = 'nobody'