BIND 10 trac2835, updated. 4c90b6cf817c2087052ea8b22e91a3b7f8ae39f0 [2835] fixed a trivial typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 27 05:40:04 UTC 2013
The branch, trac2835 has been updated
via 4c90b6cf817c2087052ea8b22e91a3b7f8ae39f0 (commit)
from 946126b36db6b9cd21c194a84a61417dd6bd567c (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 4c90b6cf817c2087052ea8b22e91a3b7f8ae39f0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Mar 26 22:39:55 2013 -0700
[2835] fixed a trivial typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/client_list.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h
index 25ebee4..c087494 100644
--- a/src/lib/datasrc/client_list.h
+++ b/src/lib/datasrc/client_list.h
@@ -452,7 +452,7 @@ public:
/// Get a DataSourceStatus for current state of each data source client
/// in this list.
///
- /// This may throw standad exceptions, such as std::bad_alloc. Otherwise,
+ /// This may throw standard exceptions, such as std::bad_alloc. Otherwise,
/// it is exception free.
std::vector<DataSourceStatus> getStatus() const;
public:
More information about the bind10-changes
mailing list