Parcourir la source

[master] minor wording fix in (doxygen) comment

JINMEI Tatuya il y a 14 ans
Parent
commit
e34dd62b8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 /// ...