summaryrefslogtreecommitdiffstats
path: root/modules/md
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2018-10-19 15:21:11 +0200
committerJoe Orton <jorton@apache.org>2018-10-19 15:21:11 +0200
commitffd572a438cc482a6c9b4a083dcacd63b47a4f1a (patch)
tree0a0ed4d740e06643535b19e8a0c64c246c75750b /modules/md
parentrollback 1844001. (diff)
downloadapache2-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.c2
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");
}