summaryrefslogtreecommitdiff
path: root/accel-pppd/cli/std_cmd.c
diff options
context:
space:
mode:
authorsoup <soup@tfwno.gf>2021-10-05 15:21:00 +0300
committersoup <soup@tfwno.gf>2021-10-05 15:21:00 +0300
commit6898f8b89fdb8dd1360a57433d77309d5ea67bfb (patch)
tree5b9c455ef77bcac1e1455d918970bacaae2902f3 /accel-pppd/cli/std_cmd.c
parentff91c7376f2a6200be7ea90d36411e1acb4cd9c8 (diff)
downloadaccel-ppp-xebd-6898f8b89fdb8dd1360a57433d77309d5ea67bfb.tar.gz
accel-ppp-xebd-6898f8b89fdb8dd1360a57433d77309d5ea67bfb.zip
Fixed typos in cli help.
Diffstat (limited to 'accel-pppd/cli/std_cmd.c')
-rw-r--r--accel-pppd/cli/std_cmd.c2
1 files changed, 1 insertions, 1 deletions
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");
}