Browse Source

[2851] corrected an error code in documentation (a simple typo)

JINMEI Tatuya 12 years ago
parent
commit
c65fde7c57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/client_list.h

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

@@ -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.