From 6898f8b89fdb8dd1360a57433d77309d5ea67bfb Mon Sep 17 00:00:00 2001 From: soup Date: Tue, 5 Oct 2021 15:21:00 +0300 Subject: Fixed typos in cli help. --- accel-pppd/cli/std_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/cli/std_cmd.c') diff --git a/accel-pppd/cli/std_cmd.c b/accel-pppd/cli/std_cmd.c index e4eddb2..fc07352 100644 --- a/accel-pppd/cli/std_cmd.c +++ b/accel-pppd/cli/std_cmd.c @@ -386,7 +386,7 @@ static void restart_help(char * const *fields, int fields_cnt, void *client) #else cli_send(client, "restart [hard] - restart daemon\r\n"); #endif - cli_send(client, "\t\thard - restart immediatly\r\n"); + cli_send(client, "\t\thard - restart immediately\r\n"); cli_send(client, "\t\tdefault action - terminate all connections then restart\r\n"); } -- cgit v1.2.3