diff options
author | Joe Orton <jorton@apache.org> | 2018-10-19 15:21:11 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2018-10-19 15:21:11 +0200 |
commit | ffd572a438cc482a6c9b4a083dcacd63b47a4f1a (patch) | |
tree | 0a0ed4d740e06643535b19e8a0c64c246c75750b /modules/md | |
parent | rollback 1844001. (diff) | |
download | apache2-ffd572a438cc482a6c9b4a083dcacd63b47a4f1a.tar.xz apache2-ffd572a438cc482a6c9b4a083dcacd63b47a4f1a.zip |
* 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
Diffstat (limited to 'modules/md')
-rw-r--r-- | modules/md/md_acme_authz.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |