[svn] commit: r2569 - /trunk/src/bin/auth/auth_srv.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 21 05:45:32 UTC 2010


Author: jinmei
Date: Wed Jul 21 05:45:31 2010
New Revision: 2569

Log:
fixed a typo in a comment.
too trivial, skipping review.

Modified:
    trunk/src/bin/auth/auth_srv.cc

Modified: trunk/src/bin/auth/auth_srv.cc
==============================================================================
--- trunk/src/bin/auth/auth_srv.cc (original)
+++ trunk/src/bin/auth/auth_srv.cc Wed Jul 21 05:45:31 2010
@@ -357,7 +357,7 @@
             io_message.getDataSize());
     } catch (const XfroutError& err) {
         if (xfrout_connected_) {
-            // discoonect() may trigger an exception, but since we try it
+            // disconnect() may trigger an exception, but since we try it
             // only if we've successfully opened it, it shouldn't happen in
             // normal condition.  Should this occur, we'll propagate it to the
             // upper layer.




More information about the bind10-changes mailing list