]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling trac3867_base
authorFrancis Dupont <fdupont@isc.org>
Tue, 19 May 2015 13:11:39 +0000 (15:11 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 19 May 2015 13:11:39 +0000 (15:11 +0200)
src/lib/dhcp/tests/pkt6_unittest.cc

index 256edd45b2e627cb6429f9cb49dd6262b29ac507..fe99bcb45604945e71a488e46a37468c356aa1df 100755 (executable)
@@ -340,7 +340,7 @@ TEST_F(Pkt6Test, unpackMalformed) {
     // Let's check a truncated packet. Moderately sane DHCPv6 packet should at
     // least have four bytes header. Zero bytes is definitely not a valid one.
     OptionBuffer empty(1); // Let's allocate one byte, so we won't be
-                           // dereferencing and empty buffer.
+                           // dereferencing an empty buffer.
 
     Pkt6Ptr empty_pkt(new Pkt6(&empty[0], 0));
     EXPECT_THROW(empty_pkt->unpack(), isc::BadValue);