]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2851] corrected an error code in documentation (a simple typo)
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 8 May 2013 22:45:40 +0000 (15:45 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 8 May 2013 22:45:40 +0000 (15:45 -0700)
src/lib/datasrc/client_list.h

index 0a1e3892ca79bb9bda1c83a456b6a0046628a448..c41f2d078d31e67c18a42274de680293f95781e6 100644 (file)
@@ -378,7 +378,7 @@ public:
     /// the data source which has the given name, regardless where in the list
     /// that data source is placed.  Even if the given name of zone doesn't
     /// exist in the data source, other data sources are not searched and
-    /// this method simply returns DATASRC_NOT_FOUND in the first element
+    /// this method simply returns ZONE_NOT_FOUND in the first element
     /// of the pair.
     ///
     /// \param zone The origin of the zone to load.