]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2107] Fix a typo in a comment
authorMukund Sivaraman <muks@isc.org>
Wed, 29 Aug 2012 01:30:36 +0000 (07:00 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 29 Aug 2012 01:30:42 +0000 (07:00 +0530)
src/lib/datasrc/memory/tests/domaintree_unittest.cc

index 3a0fdd770ff964fc4463ca37d7080553886bc2cb..ab6cb1ed29ee6d4fab92117153fcc448e9f0cd6d 100644 (file)
@@ -156,7 +156,7 @@ TEST_F(DomainTreeTest, insertNames) {
                                                   Name("example.com"),
                                                   &dtnode));
     EXPECT_EQ(17, dtree.getNodeCount());
-    // ad data to it; also make sure it doesn't have data right now
+    // add data to it; also make sure it doesn't have data right now
     // (otherwise it would leak)
     EXPECT_EQ(static_cast<int*>(NULL), dtnode->setData(new int(12)));