From: JINMEI Tatuya Date: Wed, 8 May 2013 22:45:40 +0000 (-0700) Subject: [2851] corrected an error code in documentation (a simple typo) X-Git-Tag: bind10-1.2.0beta1-release~466^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c65fde7c57736e089aa9d83f82d340d7dfb167e2;p=thirdparty%2Fkea.git [2851] corrected an error code in documentation (a simple typo) --- diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h index 0a1e3892ca..c41f2d078d 100644 --- a/src/lib/datasrc/client_list.h +++ b/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.