summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-07-18 18:18:27 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-07-18 18:18:27 +0000
commit1100055ef762a9c006ebf54c343bbdb598278f80 (patch)
tree8fe2b70881c66597986ae8ea6aa21fe1f4ddd9d4 /usr.sbin
parent91ee0c64cd182294f51d92fcac46a910d9baf016 (diff)
Tyop fix: simultanious
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bind/lib/dns/include/dns/zone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/dns/include/dns/zone.h b/usr.sbin/bind/lib/dns/include/dns/zone.h
index f266f0375ab..cdf01e1c827 100644
--- a/usr.sbin/bind/lib/dns/include/dns/zone.h
+++ b/usr.sbin/bind/lib/dns/include/dns/zone.h
@@ -1252,7 +1252,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:
@@ -1262,7 +1262,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.