Browse Source

[2093] fixed a typo in a comment

JINMEI Tatuya 12 years ago
parent
commit
f19d17588e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/rbtree_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/rbtree_unittest.cc

@@ -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)));