BIND 10 trac2093, updated. f19d17588e04cabe4688e9b7bbde82f699b4a021 [2093] fixed a typo in a comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 31 15:47:35 UTC 2012
The branch, trac2093 has been updated
via f19d17588e04cabe4688e9b7bbde82f699b4a021 (commit)
from b697417cb99a38a6f03ff0e76dc90a5955951c3a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f19d17588e04cabe4688e9b7bbde82f699b4a021
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jul 31 08:47:22 2012 -0700
[2093] fixed a typo in a comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/rbtree_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/rbtree_unittest.cc b/src/lib/datasrc/tests/rbtree_unittest.cc
index cf8f2d1..918495e 100644
--- a/src/lib/datasrc/tests/rbtree_unittest.cc
+++ b/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)));
More information about the bind10-changes
mailing list