diff options
Diffstat (limited to 'validator/val_sigcrypt.c')
-rw-r--r-- | validator/val_sigcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/val_sigcrypt.c b/validator/val_sigcrypt.c index e60f3f9369c6..c79a73d2a1cc 100644 --- a/validator/val_sigcrypt.c +++ b/validator/val_sigcrypt.c @@ -1291,7 +1291,7 @@ adjust_ttl(struct val_env* ve, uint32_t unow, */ if(MIN_TTL > (time_t)origttl && d->ttl > MIN_TTL) { verbose(VERB_QUERY, "rrset TTL larger than original and minimum" - " TTL, adjusting TTL downwards to mimimum ttl"); + " TTL, adjusting TTL downwards to minimum ttl"); d->ttl = MIN_TTL; } else if(MIN_TTL <= origttl && d->ttl > (time_t)origttl) { |