diff options
Diffstat (limited to 'modules/md/md_acmev1_drive.c')
-rw-r--r-- | modules/md/md_acmev1_drive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/md_acmev1_drive.c b/modules/md/md_acmev1_drive.c index 30e2add19d..027d494b4a 100644 --- a/modules/md/md_acmev1_drive.c +++ b/modules/md/md_acmev1_drive.c @@ -49,7 +49,7 @@ * Pre-Req: we have an account for the ACME server that has accepted the current license agreement * For each domain in MD: * - check if there already is a valid AUTHZ resource - * - if ot, create an AUTHZ resource with challenge data + * - if not, create an AUTHZ resource with challenge data */ static apr_status_t ad_setup_order(md_proto_driver_t *d, md_result_t *result) { |