Browse Source

[trac893] a minior grammar fix in comment

JINMEI Tatuya 14 years ago
parent
commit
7b0d9b1dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tsig.h

+ 1 - 1
src/lib/dns/tsig.h

@@ -324,7 +324,7 @@ public:
     /// One unexpected case that is not covered by this method is that a
     /// client receives a signed response to an unsigned request.  RFC2845 is
     /// silent about such cases; BIND 9 explicitly identifies the case and
-    /// reject it.  With this implementation, the client can know that the
+    /// rejects it.  With this implementation, the client can know that the
     /// response contains a TSIG via the result of
     /// \c Message::getTSIGRecord() and that it is an unexpected TSIG due to
     /// the fact that it doesn't have a corresponding \c TSIGContext.