]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Tue, 1 Aug 2006 03:44:38 +0000 (03:44 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Aug 2006 03:44:38 +0000 (03:44 +0000)
lib/dns/include/dns/zone.h

index 2826fa02769d470a29a55c7c1d94df571e440edc..9e8551fe9ab92fcb0c42f192ba9756169d9df6bc 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.106.2.11 2006/03/02 00:37:17 marka Exp $ */
+/* $Id: zone.h,v 1.106.2.12 2006/08/01 03:44:38 marka Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -1185,7 +1185,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:
@@ -1195,7 +1195,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:
  *     'zmgr' to be a valid zone manager.