mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
fix spelling in comment
This commit is contained in:
parent
e706356783
commit
d481cfdab5
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: keytable.h,v 1.20 2009/12/03 16:49:09 each Exp $ */
|
||||
/* $Id: keytable.h,v 1.21 2010/01/12 23:23:21 fdupont Exp $ */
|
||||
|
||||
#ifndef DNS_KEYTABLE_H
|
||||
#define DNS_KEYTABLE_H 1
|
||||
|
|
@ -173,7 +173,7 @@ dns_keytable_marksecure(dns_keytable_t *keytable, dns_name_t *name);
|
|||
* Add a null key to 'keytable' for name 'name'. This marks the
|
||||
* name as a secure domain, but doesn't supply any key data to allow the
|
||||
* domain to be validated. (Used when automated trust anchor management
|
||||
* has gotten broken by a zone misconfiguration; for exmaple, when the
|
||||
* has gotten broken by a zone misconfiguration; for example, when the
|
||||
* active key has been revoked but the stand-by key was still in its 30-day
|
||||
* waiting period for validity.)
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue