]> granicus.if.org Git - pdns/commitdiff
Fix spelling errors found by lintian
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 15 Oct 2013 09:44:15 +0000 (11:44 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 15 Oct 2013 09:44:15 +0000 (11:44 +0200)
pdns/dbdnsseckeeper.cc
pdns/dnssecinfra.cc
pdns/docs/gslb-operations.sgml
pdns/pdnssec.cc

index 4020925c448a4ead832406b29f75d41e3cd6ab81..7abffd730aee1623c8d4bd23a8b5a6b5fe3448f0 100644 (file)
@@ -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<string>(algorithm));
+        throw runtime_error("Can't guess key size for algorithm "+lexical_cast<string>(algorithm));
       }
     }
   }
index 24e2ea338d0dc9f493a876cdbbbf49ab421a5d8c..24753d9e3158919f2b61c43a9f56e5712126e5de 100644 (file)
@@ -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<string>(digest)+"\n");
+    throw std::runtime_error("Asked to a DS of unknown digest type " + lexical_cast<string>(digest)+"\n");
   
   dsrc.d_algorithm= drc.d_algorithm;
   dsrc.d_digesttype=digest;
index f2ff2e0ada71c35dc98eced41b78ffbd1304eb4b..ec7c5005ca15560ebc4353fbcd8ce464d930a61b 100644 (file)
@@ -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
index 0b9e122fbb0d0066ca478f8d3a0ac86c20458698..0f3633b6f7041a7fba6fdc54d8382177c288c002 100644 (file)
@@ -1542,7 +1542,7 @@ try
         else if(algorithm == 14)
           bits = 384;
         else {
-          throw runtime_error("Can't guess key size for algoritm "+lexical_cast<string>(algorithm));
+          throw runtime_error("Can't guess key size for algorithm "+lexical_cast<string>(algorithm));
         }
       }
     }