BIND 10 trac2148, updated. 1651ddfdb46c8507ef52e5907fa1bd7563a3f475 [2148] fix typo in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 30 08:56:08 UTC 2012
The branch, trac2148 has been updated
via 1651ddfdb46c8507ef52e5907fa1bd7563a3f475 (commit)
from d84e5114e84992b169fec6fae8b8d7a9f0a29399 (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 1651ddfdb46c8507ef52e5907fa1bd7563a3f475
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jul 30 10:55:56 2012 +0200
[2148] fix typo in comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/labelsequence_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/labelsequence_unittest.cc b/src/lib/dns/tests/labelsequence_unittest.cc
index 8f7329b..e8e2846 100644
--- a/src/lib/dns/tests/labelsequence_unittest.cc
+++ b/src/lib/dns/tests/labelsequence_unittest.cc
@@ -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);
More information about the bind10-changes
mailing list