]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: separated
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:35:16 +0000 (10:35 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:35:16 +0000 (10:35 +0000)
docs/markdown/authoritative/backend-pipe.md
docs/markdown/authoritative/modes-of-operation.md
docs/markdown/authoritative/settings.md

index b90e7079bc66a924d6f3d7b406c10379d07228ad..e8e7ea43accf4624d22d32043ab74a9d29482173 100644 (file)
@@ -75,7 +75,7 @@ A query for 'www.powerdns.com' would be presented to the regex as 'www.powerdns.
 Questions come in over a file descriptor, by default standard input.
 Answers are sent out over another file descriptor, standard output by default.
 Questions and answers are terminated by single newline (`\n`) characters.
-Fields in lines must be seperated by tab ('\t') characters.
+Fields in lines must be separated by tab ('\t') characters.
 
 ## Handshake
 PowerDNS sends out `HELO\t1`, indicating that it wants to speak the protocol as defined in this document, version 1.
index f48e37afa92a1513a8a26b192a078f098196ec67..2996cde5aeee3e72e1c33ed5603dab0911fa2677 100644 (file)
@@ -95,7 +95,7 @@ turned off permanently in future releases.
 Generally to enable a Master/Slave setup you have to take care of following properties.
 * The [master](settings.md#master)/[slave](settings.md#slave) state has to be enabled in the respective `/etc/powerdns/pdns.conf` config files.
 * The nameservers have to be set up correctly as NS domain records i.e. defining a NS and A record for each slave.
-* Master/Slave state has to be configured on a per domain basis in the `<+pdns_database_name+>.domains` table. Namely the `type` column has to be either `MASTER` or `SLAVE` respectively and the slave needs a comma seperated list of master node IP addresses in the `master` column in the `pdns_db.domains` table. [more to this topic](backend-generic-sql)
+* Master/Slave state has to be configured on a per domain basis in the `<+pdns_database_name+>.domains` table. Namely the `type` column has to be either `MASTER` or `SLAVE` respectively and the slave needs a comma separated list of master node IP addresses in the `master` column in the `pdns_db.domains` table. [more to this topic](backend-generic-sql)
 
 ## IXFR: incremental zone transfers
 If the 'IXFR' zone metadata item is set to 1 for a zone, PowerDNS will attempt to retrieve
index f086cccc2e665629cdc2fa244cbe498be755e2ab..cc397e8957e599b938209059420bd99d6000eb4a 100644 (file)
@@ -372,7 +372,7 @@ change: e.g. `gmysql-host` is available to configure the `host` setting of the
 first or main instance, and `gmysql-server2-host` for the second one.
 
 ## `load-modules`
-* Paths, seperated by commas
+* Paths, separated by commas
 
 If backends are available in nonstandard directories, specify their location here.
 Multiple files can be loaded if separated by commas. Only available in non-static