closes #master: Fixed typo erros in slcan and testj1939

pull/339/head
Jayachandran Dharuman 2022-02-01 19:55:27 +05:30
parent a4d2ee75bc
commit 2ac24b86fd
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ void print_usage(char *prg)
fprintf(stderr, " -s <speed> (set CAN speed 0..8)\n");
fprintf(stderr, " -b <btr> (set bit time register value)\n");
fprintf(stderr, " -d (only detach line discipline)\n");
fprintf(stderr, " -w (attach - wait for keypess - detach)\n");
fprintf(stderr, " -w (attach - wait for keypress - detach)\n");
fprintf(stderr, " -n <name> (assign created netdevice name)\n");
fprintf(stderr, "\n"
" <speed> Bitrate\n"

View File

@ -36,7 +36,7 @@ static const char help_msg[] =
" -s[=LEN] Initial send of LEN bytes dummy data\n"
" -r Receive (and print) data\n"
" -e Echo incoming packets back\n"
" This atually receives packets\n"
" This actually receives packets\n"
" -c Issue connect()\n"
" -p=PRIO Set priority to PRIO\n"
" -P Promiscuous mode. Allow to receive all packets\n"