mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
cangen/cansend: fix typo 'ist' -> 'is'
Reported-by: Stanislavs Rogozins <stanislavs.rogozins@gmail.com> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
@@ -328,7 +328,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (ifr.ifr_mtu != CANFD_MTU) {
|
||||
printf("CAN interface ist not CAN FD capable - sorry.\n");
|
||||
printf("CAN interface is not CAN FD capable - sorry.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user