]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: length
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:03:33 +0000 (10:03 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:03:33 +0000 (10:03 +0000)
pdns/dnsname.hh
pdns/misc.hh

index 89f5ee91164ccaf84807b19ab5069d774a579f07..4aa59913f352dabe19663b5a6efa6ad2874d09a0 100644 (file)
@@ -34,7 +34,7 @@
 #include <boost/container/string.hpp>
 #endif
 
-uint32_t burtleCI(const unsigned char* k, uint32_t lengh, uint32_t init);
+uint32_t burtleCI(const unsigned char* k, uint32_t length, uint32_t init);
 
 // #include "dns.hh"
 // #include "logger.hh"
index 2a065741e3f9f4e426d48c7d0ebd186a92aaff90..149f1902b3bf4f96863ae06d45d281e4055035a0 100644 (file)
@@ -543,7 +543,7 @@ void addCMsgSrcAddr(struct msghdr* msgh, void* cmsgbuf, const ComboAddress* sour
 unsigned int getFilenumLimit(bool hardOrSoft=0);
 void setFilenumLimit(unsigned int lim);
 bool readFileIfThere(const char* fname, std::string* line);
-uint32_t burtle(const unsigned char* k, uint32_t lengh, uint32_t init);
+uint32_t burtle(const unsigned char* k, uint32_t length, uint32_t init);
 bool setSocketTimestamps(int fd);
 
 //! Sets the socket into blocking mode.