Quick typo fix in example config. (#511)

This commit is contained in:
John Spurlock 2018-06-19 17:55:28 -05:00 committed by Frank Denis
parent a1c8012fc6
commit 74093a65a2
1 changed files with 1 additions and 1 deletions

View File

@ -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'