From b816d5742660e5a959587fe47d4d6ea6676dd7be Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:29:00 +0000 Subject: [PATCH] spelling: aligns --- pdns/dnsparser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 74de7f8ca..10a6ab17a 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; }; -- 2.40.0