From 3d959eb425afa8261cccd48b02f33abb81176bef Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:27:21 -0400 Subject: [PATCH] spelling: address 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 54881e2..930d2d5 100644 --- a/udp-listener.c +++ b/udp-listener.c @@ -92,7 +92,7 @@ static void udp_protocol_list_init(void) } /* Configuration sanity check for UDP: - * - If there is a listening addres, there must be at least one target + * - If there is a listening address, there must be at least one target */ static void udp_sanity_check(void) {