From ffd572a438cc482a6c9b4a083dcacd63b47a4f1a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 19 Oct 2018 13:21:11 +0000 Subject: [PATCH] * modules/md/md_acme_authz.c (md_acme_authz_update): Fix typo in log message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844343 13f79535-47bb-0310-9956-ffa450edef68 --- modules/md/md_acme_authz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/md/md_acme_authz.c b/modules/md/md_acme_authz.c index c04410b4ee..3ff8405bea 100644 --- a/modules/md/md_acme_authz.c +++ b/modules/md/md_acme_authz.c @@ -239,7 +239,7 @@ apr_status_t md_acme_authz_update(md_acme_authz_t *authz, md_acme_t *acme, if (md_log_is_level(p, log_level)) { md_log_perror(MD_LOG_MARK, log_level, rv, p, "ACME server authz: %s for %s at %s. " - "Exact repsonse was: %s", err? err : "", authz->domain, authz->location, + "Exact response was: %s", err? err : "", authz->domain, authz->location, json? md_json_writep(json, p, MD_JSON_FMT_COMPACT) : "not available"); } -- 2.50.1