From 2b8e6958f40ef36c1508118ac36a43694283a83c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:01:28 -0500 Subject: Spelling (#4086) [Rework] Massive spelling fix from @jsoref --- src/libserver/http/http_connection.c | 2 +- src/libserver/http/http_context.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libserver/http') diff --git a/src/libserver/http/http_connection.c b/src/libserver/http/http_connection.c index d24732819..599810c20 100644 --- a/src/libserver/http/http_connection.c +++ b/src/libserver/http/http_connection.c @@ -1353,7 +1353,7 @@ rspamd_http_connection_copy_msg (struct rspamd_http_message *msg, GError **err) if (msg->body_buf.len > 0) { if (msg->flags & RSPAMD_HTTP_FLAG_SHMEM) { - /* Avoid copying by just maping a shared segment */ + /* Avoid copying by just mapping a shared segment */ new_msg->flags |= RSPAMD_HTTP_FLAG_SHMEM_IMMUTABLE; storage = &new_msg->body_buf.c; diff --git a/src/libserver/http/http_context.c b/src/libserver/http/http_context.c index 2dbaff0a4..e86d8ae79 100644 --- a/src/libserver/http/http_context.c +++ b/src/libserver/http/http_context.c @@ -129,7 +129,7 @@ rspamd_http_context_parse_proxy (struct rspamd_http_context *ctx, struct upstream_list *uls; if (!ctx->ups_ctx) { - msg_err ("cannot parse http_proxy %s - upstreams context is udefined", name); + msg_err ("cannot parse http_proxy %s - upstreams context is undefined", name); return; } -- cgit v1.2.3