From: Josh Soref Date: Thu, 2 Feb 2017 10:03:33 +0000 (+0000) Subject: spelling: length X-Git-Tag: rec-4.1.0-alpha1~291^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c57a75a8b44de32f2eeba2167d9b09aa521f596;p=thirdparty%2Fpdns.git spelling: length --- diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index 89f5ee9116..4aa59913f3 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -34,7 +34,7 @@ #include #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" diff --git a/pdns/misc.hh b/pdns/misc.hh index 2a065741e3..149f1902b3 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -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.