]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2148] fix typo in comment
authorJelte Jansen <jelte@isc.org>
Mon, 30 Jul 2012 08:55:56 +0000 (10:55 +0200)
committerJelte Jansen <jelte@isc.org>
Mon, 30 Jul 2012 08:55:56 +0000 (10:55 +0200)
src/lib/dns/tests/labelsequence_unittest.cc

index 8f7329bc26d80b7a994072d871b1f0fa17f79056..e8e2846d7e61403370800c3b7568799c9edad49e 100644 (file)
@@ -899,7 +899,7 @@ TEST_F(ExtendableLabelSequenceTest, extendableLabelSequence) {
     LabelSequence ls2(example_org);
 
     LabelSequence els(ls1, buf);
-    // ls1 is absolte, so els should be too
+    // ls1 is absolute, so els should be too
     EXPECT_TRUE(els.isAbsolute());
     check_equal(ls1, els);