]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: addresses
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:30 +0000 (09:25 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:30 +0000 (09:25 +0000)
docs/markdown/authoritative/settings.md

index bfdbfe565ec8ba150ff72b189347370832b072aa..3f81c1834070f8012a5cb73d1596f4c91ed80d7c 100644 (file)
@@ -60,10 +60,10 @@ specified. The default is to allow recursion from everywhere. Example:
 `allow-recursion=198.51.100.0/24, 10.0.0.0/8, 192.0.2.4`.
 
 ## `also-notify`
-* IP adresses, separated by commas
+* IP addresses, separated by commas
 
 When notifying a domain, also notify these nameservers. Example:
-`also-notify=192.0.2.1, 203.0.113.167`. The IP adresses listed in `also-notify`
+`also-notify=192.0.2.1, 203.0.113.167`. The IP addresses listed in `also-notify`
 always receive a notification. Even if they do not match the list in
 [`only-notify`](#also-notify).