Browse Source

[1287] editorial corrections in doxygen/pydoc document

JINMEI Tatuya 13 years ago
parent
commit
9aaf85731b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/datasrc/iterator.h
  2. 1 1
      src/lib/python/isc/datasrc/iterator_inc.cc

+ 1 - 1
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.
      *

+ 1 - 1
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\