]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: checksum
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:47:52 +0000 (11:47 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:47:52 +0000 (11:47 -0400)
src/lib/dhcp/tests/protocol_util_unittest.cc

index a5a234a04a02bca26df213964d94cf78a23561b1..c2abb4eca5d3a6109f227870118cf40f2d111ec2 100644 (file)
@@ -55,7 +55,7 @@ TEST(ProtocolUtilTest, checksum) {
     // Let's set it to 2 and see whether it is included in the
     // calculation.
     chksum = ~calcChecksum(hdr, hdr_size, 2);
-    // The checkum value should change.
+    // The checksum value should change.
     EXPECT_EQ(0xb1e4, chksum);
 }