BIND 10 trac1807, updated. bea193a5f6c6e44144496c399a333b7bbd277d39 [1807] fixed a typo in a comment

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 10 16:56:08 UTC 2012


The branch, trac1807 has been updated
       via  bea193a5f6c6e44144496c399a333b7bbd277d39 (commit)
      from  d12c2c41040c41d2070aa18884177c9090501b7b (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 bea193a5f6c6e44144496c399a333b7bbd277d39
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 10 09:52:08 2012 -0700

    [1807] fixed a typo in a comment

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/tests/memory_datasrc_unittest.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory_datasrc_unittest.cc b/src/lib/datasrc/tests/memory_datasrc_unittest.cc
index 2d6c926..f826bbf 100644
--- a/src/lib/datasrc/tests/memory_datasrc_unittest.cc
+++ b/src/lib/datasrc/tests/memory_datasrc_unittest.cc
@@ -1073,7 +1073,7 @@ InMemoryZoneFinderTest::findNSECENTCheck(const Name& ent_name,
              ConstRRsetPtr(), expected_flags,
              NULL, ZoneFinder::FIND_DNSSEC);
 
-    // Now add the NSEC rrs makeing it a 'complete' zone (in terms of NSEC,
+    // Now add the NSEC rrs making it a 'complete' zone (in terms of NSEC,
     // there are no sigs)
     EXPECT_EQ(SUCCESS, zone_finder_.add(rr_nsec_));
     EXPECT_EQ(SUCCESS, zone_finder_.add(rr_ent_nsec2_));



More information about the bind10-changes mailing list