diff options
Diffstat (limited to 'modules/md/md_reg.c')
-rw-r--r-- | modules/md/md_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/md_reg.c b/modules/md/md_reg.c index 78d38a9ca0..33e7f75cc8 100644 --- a/modules/md/md_reg.c +++ b/modules/md/md_reg.c @@ -263,7 +263,7 @@ apr_status_t md_reg_assess(md_reg_t *reg, md_t *md, int *perrored, int *prenew, (void)reg; switch (md->state) { case MD_S_UNKNOWN: - md_log_perror( MD_LOG_MARK, MD_LOG_ERR, 0, p, "md(%s): in unkown state.", md->name); + md_log_perror( MD_LOG_MARK, MD_LOG_ERR, 0, p, "md(%s): in unknown state.", md->name); break; case MD_S_ERROR: md_log_perror( MD_LOG_MARK, MD_LOG_ERR, 0, p, |