From: Christian Hofstaedtler Date: Tue, 15 Oct 2013 09:44:15 +0000 (+0200) Subject: Fix spelling errors found by lintian X-Git-Tag: rec-3.6.0-rc1~411^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4b0d97ee9f223c83be58f876315803b7e59406;p=pdns Fix spelling errors found by lintian --- diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index 4020925c4..7abffd730 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -94,7 +94,7 @@ bool DNSSECKeeper::addKey(const std::string& name, bool keyOrZone, int algorithm else if(algorithm == 14) bits = 384; else { - throw runtime_error("Can't guess key size for algoritm "+lexical_cast(algorithm)); + throw runtime_error("Can't guess key size for algorithm "+lexical_cast(algorithm)); } } } diff --git a/pdns/dnssecinfra.cc b/pdns/dnssecinfra.cc index 24e2ea338..24753d9e3 100644 --- a/pdns/dnssecinfra.cc +++ b/pdns/dnssecinfra.cc @@ -282,7 +282,7 @@ DSRecordContent makeDSFromDNSKey(const std::string& qname, const DNSKEYRecordCon dsrc.d_digest = dpk->hash(toHash); } else - throw std::runtime_error("Asked to a DS of unkown digest type " + lexical_cast(digest)+"\n"); + throw std::runtime_error("Asked to a DS of unknown digest type " + lexical_cast(digest)+"\n"); dsrc.d_algorithm= drc.d_algorithm; dsrc.d_digesttype=digest; diff --git a/pdns/docs/gslb-operations.sgml b/pdns/docs/gslb-operations.sgml index f2ff2e0ad..ec7c5005c 100644 --- a/pdns/docs/gslb-operations.sgml +++ b/pdns/docs/gslb-operations.sgml @@ -29,7 +29,7 @@ This nameserver then contains the GSLB smartness. Based on the IP Address of the nameserver of the ISP, it determines which of the 'www.thesite.com' servers is closest. -A multitude of algoritms is in use for determining which server is closest. +A multitude of algorithms is in use for determining which server is closest. Some of them employ the Border Gateway Protocol, BGP, which is used for global internet routing. Some use 'ICMP Ping' measurements, some use modified DNS Queries. The simplest algorithm is to use IP Netmasks, which diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index 0b9e122fb..0f3633b6f 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -1542,7 +1542,7 @@ try else if(algorithm == 14) bits = 384; else { - throw runtime_error("Can't guess key size for algoritm "+lexical_cast(algorithm)); + throw runtime_error("Can't guess key size for algorithm "+lexical_cast(algorithm)); } } }