Browse Source

Minor grammar fix in error output (closer matches logging output).

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2704 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 14 years ago
parent
commit
d1340000ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/xfr/xfrout_client.cc

+ 1 - 1
src/lib/xfr/xfrout_client.cc

@@ -77,7 +77,7 @@ XfroutClient::sendXfroutRequestInfo(const int tcp_sock,
 {
     if (-1 == send_fd(impl_->socket_.native(), tcp_sock)) {
         isc_throw(XfroutError,
-                  "Fail to send the socket file descriptor to xfrout module");
+                  "Failed to send the socket file descriptor to xfrout module");
     }
 
     // XXX: this shouldn't be blocking send, even though it's unlikely to