From 3cf69b6530acde2be9fd6a3c19e23bf4a0e2bfd0 Mon Sep 17 00:00:00 2001 From: fanasina Date: Mon, 9 Feb 2026 21:42:50 +0100 Subject: [PATCH] [fix] help: fix spelling --- y_socket_t/src/y_socket_t/y_list_var_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/y_socket_t/src/y_socket_t/y_list_var_tool.c b/y_socket_t/src/y_socket_t/y_list_var_tool.c index 03bc900..44c0ba4 100644 --- a/y_socket_t/src/y_socket_t/y_list_var_tool.c +++ b/y_socket_t/src/y_socket_t/y_list_var_tool.c @@ -193,6 +193,6 @@ void usage_cmdl(){ "\t\t\tNeed to add \"seq\" and \"tm\" keys to have good handling, the payload is after the header {}\n" "\t\t\tSee y_socket_send_file_for_node function.\n" "\t\tpost ok [filenameid]: to acknowledge receipt [filename].\n" - "\t\t\t[filenameid] is to precise witch [filename] (file name from whom and when)\n" + "\t\t\t[filenameid] is to precise wich [filename] (file name from whom and when)\n" ); }