Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2569 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
4eb2441498
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/auth_srv.cc

+ 1 - 1
src/bin/auth/auth_srv.cc

@@ -357,7 +357,7 @@ AuthSrvImpl::processAxfrQuery(const IOMessage& io_message, Message& message,
             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.