Browse Source

[master] minor wording fix in (doxygen) comment

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

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

@@ -386,7 +386,7 @@ private:
 ///
 /// The intended usage of this function is to parse an OPT RR of an incoming
 /// DNS message, while updating the RCODE of the message.
-/// One common usage patter is as follows:
+/// One common usage pattern is as follows:
 ///
 /// \code Message msg;
 /// ...