From: Josh Soref Date: Thu, 2 Feb 2017 10:35:16 +0000 (+0000) Subject: spelling: separated X-Git-Tag: rec-4.1.0-alpha1~291^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23130842261ed8c65de043b50853e002cb6764d1;p=thirdparty%2Fpdns.git spelling: separated --- diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index b90e7079bc..e8e7ea43ac 100644 --- a/docs/markdown/authoritative/backend-pipe.md +++ b/docs/markdown/authoritative/backend-pipe.md @@ -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. diff --git a/docs/markdown/authoritative/modes-of-operation.md b/docs/markdown/authoritative/modes-of-operation.md index f48e37afa9..2996cde5ae 100644 --- a/docs/markdown/authoritative/modes-of-operation.md +++ b/docs/markdown/authoritative/modes-of-operation.md @@ -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 diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index f086cccc2e..cc397e8957 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -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