BIND 10 trac1287, updated. 9aaf85731baa1ea5fe9484efc9bf48b264f60d1e [1287] editorial corrections in doxygen/pydoc document

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 1 16:17:43 UTC 2011


The branch, trac1287 has been updated
       via  9aaf85731baa1ea5fe9484efc9bf48b264f60d1e (commit)
      from  8fc9df7f444af31a936e1f261f7560b1e222a3ef (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 9aaf85731baa1ea5fe9484efc9bf48b264f60d1e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Nov 1 09:17:22 2011 -0700

    [1287] editorial corrections in doxygen/pydoc document

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

Summary of changes:
 src/lib/datasrc/iterator.h                 |    2 +-
 src/lib/python/isc/datasrc/iterator_inc.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/iterator.h b/src/lib/datasrc/iterator.h
index 1a6a482..99d3331 100644
--- a/src/lib/datasrc/iterator.h
+++ b/src/lib/datasrc/iterator.h
@@ -76,7 +76,7 @@ public:
      * If the zone doesn't have an SOA (which is broken, but some data source
      * may allow that situation), this method returns NULL.  Also, in the
      * normal and valid case, the SOA should have exactly one RDATA, but
-     * this API is not guaranteed it as some data source may accept such an
+     * this API does not guarantee it as some data source may accept such an
      * abnormal condition.  It's up to the caller whether to check the number
      * of RDATA and how to react to the unexpected case.
      *
diff --git a/src/lib/python/isc/datasrc/iterator_inc.cc b/src/lib/python/isc/datasrc/iterator_inc.cc
index 612d3ba..087200a 100644
--- a/src/lib/python/isc/datasrc/iterator_inc.cc
+++ b/src/lib/python/isc/datasrc/iterator_inc.cc
@@ -53,7 +53,7 @@ iteration processing.\n\
 If the zone doesn't have an SOA (which is broken, but some data source\n\
 may allow that situation), this method returns None. Also, in the\n\
 normal and valid case, the SOA should have exactly one RDATA, but this\n\
-API is not guaranteed it as some data source may accept such an\n\
+API does not guarantee it as some data source may accept such an\n\
 abnormal condition. It's up to the caller whether to check the number\n\
 of RDATA and how to react to the unexpected case.\n\
 \n\




More information about the bind10-changes mailing list