diff options
| author | xebd <xeb@mail.ru> | 2021-10-05 16:15:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:15:43 +0300 |
| commit | 1b8711cf75a7c278d99840112bc7a396398e0205 (patch) | |
| tree | 5b9c455ef77bcac1e1455d918970bacaae2902f3 /accel-pppd/cli/std_cmd.c | |
| parent | ff91c7376f2a6200be7ea90d36411e1acb4cd9c8 (diff) | |
| parent | 6898f8b89fdb8dd1360a57433d77309d5ea67bfb (diff) | |
| download | accel-ppp-1b8711cf75a7c278d99840112bc7a396398e0205.tar.gz accel-ppp-1b8711cf75a7c278d99840112bc7a396398e0205.zip | |
Merge pull request #23 from soup000/master
Fixed typos in cli help.
Diffstat (limited to 'accel-pppd/cli/std_cmd.c')
| -rw-r--r-- | accel-pppd/cli/std_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/cli/std_cmd.c b/accel-pppd/cli/std_cmd.c index e4eddb27..fc073526 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"); } |
