From: Josh Soref Date: Thu, 2 Feb 2017 09:29:00 +0000 (+0000) Subject: spelling: aligns X-Git-Tag: rec-4.1.0-alpha1~291^2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b816d5742660e5a959587fe47d4d6ea6676dd7be;p=thirdparty%2Fpdns.git spelling: aligns --- diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 74de7f8ca4..10a6ab17af 100644 --- a/pdns/dnsparser.hh +++ b/pdns/dnsparser.hh @@ -157,7 +157,7 @@ public: private: uint16_t d_startrecordpos; // needed for getBlob later on uint16_t d_recordlen; // ditto - uint16_t not_used; // Alighns the whole class on 8-byte boundries + uint16_t not_used; // Aligns the whole class on 8-byte boundries const vector& d_content; };