summaryrefslogtreecommitdiff
path: root/accel-pppd/cli/std_cmd.c
diff options
context:
space:
mode:
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");
}