]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2093] fixed a typo in a comment
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 31 Jul 2012 15:47:22 +0000 (08:47 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 31 Jul 2012 15:47:22 +0000 (08:47 -0700)
src/lib/datasrc/tests/rbtree_unittest.cc

index cf8f2d1fad603daf575c766377d9191841bd9b8a..918495e52e505eaf2f94134f83197d966ce493b7 100644 (file)
@@ -1028,7 +1028,7 @@ TEST_F(RBTreeTest, getAbsoluteLabels) {
         EXPECT_TRUE(abs_ls.isAbsolute());
     }
 
-    // Explicitely add and find a root node, to see that getAbsoluteLabels
+    // Explicitly add and find a root node, to see that getAbsoluteLabels
     // also works when getLabels() already returns an absolute LabelSequence
     rbtree.insert(mem_sgmt_, Name("."), &rbtnode);
     rbtnode->setData(RBNode<int>::NodeDataPtr(new int(1)));