Browse Source

[2376] corrected a trivial typo in doc

JINMEI Tatuya 12 years ago
parent
commit
0d06017990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_loader_callbacks.h

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

@@ -100,7 +100,7 @@ public:
     /// This is called whenever a minor problem is discovered. This might mean
     /// This is called whenever a minor problem is discovered. This might mean
     /// the data is completely OK, it just looks suspicious.
     /// the data is completely OK, it just looks suspicious.
     ///
     ///
-    /// It calls whatever was passed to the error parameter to the constructor.
+    /// It calls whatever was passed to the warn parameter to the constructor.
     ///
     ///
     /// The loading will continue after the callback. If the caller wants to
     /// The loading will continue after the callback. If the caller wants to
     /// abort (which is probably not a very good idea, since warnings
     /// abort (which is probably not a very good idea, since warnings