BIND 10 trac3059, updated. 40b956102de5751498e0acc27dbf99a7c554d627 [3059] Fixed a typo in comment in d2_update_mgr.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 6 17:28:36 UTC 2013


The branch, trac3059 has been updated
       via  40b956102de5751498e0acc27dbf99a7c554d627 (commit)
      from  f4d4e14ab8c0756bd19db78365b4eb1593a91867 (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 40b956102de5751498e0acc27dbf99a7c554d627
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Aug 6 13:27:51 2013 -0400

    [3059] Fixed a typo in comment in d2_update_mgr.h

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

Summary of changes:
 src/bin/d2/d2_update_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_update_mgr.h b/src/bin/d2/d2_update_mgr.h
index e551063..b4308a4 100644
--- a/src/bin/d2/d2_update_mgr.h
+++ b/src/bin/d2/d2_update_mgr.h
@@ -30,7 +30,7 @@
 namespace isc {
 namespace d2 {
 
-/// @brief Thrown if the update manager encounters an general error.
+/// @brief Thrown if the update manager encounters a general error.
 class D2UpdateMgrError : public isc::Exception {
 public:
     D2UpdateMgrError(const char* file, size_t line, const char* what) :



More information about the bind10-changes mailing list