Merge pull request #340 from marckleinebudde/fix-typo

cansniffer: main(): fix typo comand -> command
pull/341/head
Marc Kleine-Budde 2022-02-01 16:14:22 +01:00 committed by GitHub
commit 9f9f2ff721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ int main(int argc, char **argv)
}
}
/* enable CAN FD if not disabled by comand line option */
/* enable CAN FD if not disabled by command line option */
if (canfd_mode != CANFD_OFF) {
const int enable_canfd = 1;