From: Josh Soref Date: Thu, 2 Feb 2017 10:30:27 +0000 (+0000) Subject: spelling: response X-Git-Tag: rec-4.1.0-alpha1~291^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3596a52b58627e52e2b98926540555b1f0ca8a75;p=thirdparty%2Fpdns.git spelling: response --- diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index b7419c1288..db256d85cf 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -727,6 +727,6 @@ void restoreFlags(struct dnsheader* dh, uint16_t origFlags); #ifdef HAVE_DNSCRYPT extern std::vector> g_dnsCryptLocals; -int handleDnsCryptQuery(DnsCryptContext* ctx, char* packet, uint16_t len, std::shared_ptr& query, uint16_t* decryptedQueryLen, bool tcp, std::vector& reponse); +int handleDnsCryptQuery(DnsCryptContext* ctx, char* packet, uint16_t len, std::shared_ptr& query, uint16_t* decryptedQueryLen, bool tcp, std::vector& response); bool encryptResponse(char* response, uint16_t* responseLen, size_t responseSize, bool tcp, std::shared_ptr dnsCryptQuery); #endif