Browse Source

[master] fixed a typo in doxygen doc.
trivial, direct commit.

JINMEI Tatuya 13 years ago
parent
commit
3e4bfd2ac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/zone.h

+ 1 - 1
src/lib/datasrc/zone.h

@@ -138,7 +138,7 @@ public:
     ///
     /// This class encapsulates results and (possibly) associated context
     /// of a call to the \c find() method.   The public member variables of
-    /// this class reprsent the result of the call.  They are a
+    /// this class represent the result of the call.  They are a
     /// straightforward tuple of the result code and a pointer (and
     /// optionally special flags) to the found RRset.
     ///