2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00
This commit is contained in:
Brian Wellington 2001-02-23 00:24:34 +00:00
parent 762a538eed
commit d5573eb8a9

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: cfg.h,v 1.12 2001/02/23 00:15:55 gson Exp $ */
/* $Id: cfg.h,v 1.13 2001/02/23 00:24:34 bwelling Exp $ */
#ifndef DNS_CFG_H
#define DNS_CFG_H 1
@ -193,7 +193,7 @@ cfg_tuple_get(cfg_obj_t *tupleobj, const char* name);
* must be of a tuple type.
*
* Requires:
* 'tupleobj' ponts to a valid configuraration object of a tuple type.
* 'tupleobj' ponts to a valid configuration object of a tuple type.
* 'name' points to a null-terminated string naming one of the
* fields of said tuple type.
*/