From 8ef3e8ddd854e5a203a3f47673247334f9bb8097 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:35:30 -0400 Subject: [PATCH] spelling: increase Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- udp-listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udp-listener.c b/udp-listener.c index 930d2d5..cb16f4f 100644 --- a/udp-listener.c +++ b/udp-listener.c @@ -294,7 +294,7 @@ struct connection* udp_c2s_forward(int sockfd, struct loop_info* fd_info) res = new_source(fd_info->hash_sources, cnx); if (res == -1) { - print_message(msg_connections_error, "Out of hash space for new incoming UDP connection -- increaѕe udp_max_connections"); + print_message(msg_connections_error, "Out of hash space for new incoming UDP connection -- increase udp_max_connections"); collection_remove_cnx(collection, cnx); return NULL; }