Skip to content

Commit 02a702c

Browse files
committed
Fix typos
1 parent e9a0604 commit 02a702c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dnscrypt-proxy/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ func ConfigLoad(proxy *Proxy, flags *ConfigFlags) error {
455455
if len(proxy.userName) > 0 && !proxy.child {
456456
proxy.dropPrivilege(proxy.userName, FileDescriptors)
457457
return errors.New(
458-
"Dropping privileges is not supporting on this operating system. Unset `user_name` in the configuration file",
458+
"Dropping privileges is not supported on this operating system. Unset `user_name` in the configuration file",
459459
)
460460
}
461461

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ bootstrap_resolvers = ['9.9.9.11:53', '8.8.8.8:53']
346346
## to the system DNS
347347
##
348348
## (*) this is incompatible with systemd sockets.
349-
## `listen_addrs` must not be empty.
349+
## `listen_addresses` must not be empty.
350350

351351
ignore_system_dns = true
352352

0 commit comments

Comments
 (0)