BIND 10 trac1331, updated. 7c6c725225eb89d9911b28aff0c6d80152e26aaf [1331] some trivial editorial fixes in doxygen doc.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 11 04:56:39 UTC 2011
The branch, trac1331 has been updated
via 7c6c725225eb89d9911b28aff0c6d80152e26aaf (commit)
from 6da32eaece41f360a87388c44528dca979c10ab0 (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 7c6c725225eb89d9911b28aff0c6d80152e26aaf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Nov 10 20:56:10 2011 -0800
[1331] some trivial editorial fixes in doxygen doc.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/client.h | 2 +-
src/lib/datasrc/zone.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client.h b/src/lib/datasrc/client.h
index 22a321f..8fa2ca1 100644
--- a/src/lib/datasrc/client.h
+++ b/src/lib/datasrc/client.h
@@ -271,7 +271,7 @@ public:
/// them and they would be silently discarded. Or it might need to
/// store them no matter what (for example a git-based data source would
/// store journal implicitly). When the \c journaling is true, it might
- /// require that the following update be formated as IXFR transfer
+ /// require that the following update be formatted as IXFR transfer
/// (SOA to be removed, bunch of RRs to be removed, SOA to be added,
/// bunch of RRs to be added, and possibly repeated). If it is false, it
/// must not require so.
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 107e2e1..65cec7e 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -440,7 +440,7 @@ public:
///
/// If journaling was requested when getting this updater, it might reject
/// to add the RRset if the squence doesn't look like and IXFR. In such
- /// such case isc::BadValue is thrown.
+ /// case isc::BadValue is thrown.
///
/// \todo As noted above we may have to revisit the design details as we
/// gain experiences:
@@ -511,7 +511,7 @@ public:
///
/// If journaling was requested when getting this updater, it might reject
/// to add the RRset if the squence doesn't look like and IXFR. In such
- /// such case isc::BadValue is thrown.
+ /// case isc::BadValue is thrown.
///
/// \todo As noted above we may have to revisit the design details as we
/// gain experiences:
More information about the bind10-changes
mailing list