Skip to content

Commit

Permalink
Merge pull request #23 from soup000/master
Browse files Browse the repository at this point in the history
Fixed typos in cli help.
  • Loading branch information
xebd committed Oct 5, 2021
2 parents ff91c73 + 6898f8b commit 1b8711c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accel-pppd/cli/show_sessions.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static void init(void)
cli_show_ses_register("calling-sid", "calling station id", print_calling_sid);
cli_show_ses_register("called-sid", "called station id", print_called_sid);
cli_show_ses_register("sid", "session id", print_sid);
cli_show_ses_register("comp", "compression/ecnryption method", print_comp);
cli_show_ses_register("comp", "compression/encryption method", print_comp);
cli_show_ses_register("rx-bytes", "received bytes (human readable)", print_rx_bytes);
cli_show_ses_register("tx-bytes", "transmitted bytes (human readable)", print_tx_bytes);
cli_show_ses_register("rx-bytes-raw", "received bytes", print_rx_bytes_raw);
Expand Down
2 changes: 1 addition & 1 deletion accel-pppd/cli/std_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 1b8711c

Please sign in to comment.