From 5c57a75a8b44de32f2eeba2167d9b09aa521f596 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 10:03:33 +0000 Subject: [PATCH] spelling: length --- pdns/dnsname.hh | 2 +- pdns/misc.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2