mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 10:21:10 -05:00
spelling
This commit is contained in:
parent
9d45619a1e
commit
8db2f89e23
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.h,v 1.145 2006/06/04 23:17:07 marka Exp $ */
|
||||
/* $Id: zone.h,v 1.146 2006/08/01 03:42:56 marka Exp $ */
|
||||
|
||||
#ifndef DNS_ZONE_H
|
||||
#define DNS_ZONE_H 1
|
||||
|
|
@ -1327,7 +1327,7 @@ dns_zonemgr_releasezone(dns_zonemgr_t *zmgr, dns_zone_t *zone);
|
|||
void
|
||||
dns_zonemgr_settransfersin(dns_zonemgr_t *zmgr, isc_uint32_t value);
|
||||
/*%<
|
||||
* Set the maximum number of simultanious transfers in allowed by
|
||||
* Set the maximum number of simultaneous transfers in allowed by
|
||||
* the zone manager.
|
||||
*
|
||||
* Requires:
|
||||
|
|
@ -1337,7 +1337,7 @@ dns_zonemgr_settransfersin(dns_zonemgr_t *zmgr, isc_uint32_t value);
|
|||
isc_uint32_t
|
||||
dns_zonemgr_getttransfersin(dns_zonemgr_t *zmgr);
|
||||
/*%<
|
||||
* Return the the maximum number of simultanious transfers in allowed.
|
||||
* Return the the maximum number of simultaneous transfers in allowed.
|
||||
*
|
||||
* Requires:
|
||||
*\li 'zmgr' to be a valid zone manager.
|
||||
|
|
|
|||
Loading…
Reference in a new issue