mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 08:06:34 +02:00
Fix spelling in various files
codespell parameters: codespell -q 3 --skip="*.in,*.sh,*.m4,config,configure,autom4te.cache" Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (assignments) {
|
||||
/* add & check user assginments from commandline */
|
||||
/* add & check user assignments from commandline */
|
||||
for (i=0; i<assignments; i++) {
|
||||
if (strlen(argv[optind+i]) >= BUFSZ) {
|
||||
fprintf(stderr, "Assignment too long!\n");
|
||||
|
||||
Reference in New Issue
Block a user