]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/dns/rfc1035.cc
Bug 5021: Spelling errors fixed by running scripts/spell-check.sh (#578)
[thirdparty/squid.git] / src / dns / rfc1035.cc
index 00babf3970dc7bd4fbdcb3c6d2a2072bba7b325f..737b3c5b8f0c5526ac10f679bae412af45a801db 100644 (file)
@@ -209,7 +209,7 @@ rfc1035HeaderUnpack(const char *buf, size_t sz, unsigned int *off, rfc1035_messa
      * all zero as per RFC 1035.  If not the message should be
      * rejected.
      * NO! RFCs say ignore inbound reserved, they may be used in future.
-     *  NEW messages need to be set 0, thats all.
+     *  NEW messages need to be set 0, that's all.
      */
     h->rcode = t & 0x0F;
     memcpy(&s, buf + (*off), sizeof(s));