From 6fdf39165aff757090c52311ab027816d3de084e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:41:50 -0400 Subject: [PATCH] spelling: client Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/unit/plugins/relay/irc/test-relay-irc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/plugins/relay/irc/test-relay-irc.cpp b/tests/unit/plugins/relay/irc/test-relay-irc.cpp index 5910078b8..cf9eb48d8 100644 --- a/tests/unit/plugins/relay/irc/test-relay-irc.cpp +++ b/tests/unit/plugins/relay/irc/test-relay-irc.cpp @@ -85,7 +85,7 @@ extern struct t_arraylist *relay_irc_get_list_caps (); && (arraylist_size (sent_messages_client) > 0)) \ { \ char **msg = test_build_error ( \ - "Unexpected message(s) sent to the relay cleint", \ + "Unexpected message(s) sent to the relay client", \ NULL, \ NULL, \ NULL, \