Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit a548fcb

Browse files
wsakernellarsks
authored andcommitted
fix 'inavild' typo in tx-delay error message
Signed-off-by: Wolfram Sang <[email protected]>
1 parent 2cf026d commit a548fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picocom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ parse_args(int argc, char *argv[])
19171917

19181918
/* Limit to 1 second */
19191919
if (!ep || *ep != '\0' || opts.txdelay.tv_nsec < 0 || opts.txdelay.tv_nsec >= 1000000000) {
1920-
fprintf(stderr, "Inavild --tx-delay (must be between 0 and 999999999): %s\n", optarg);
1920+
fprintf(stderr, "Invalid --tx-delay (must be between 0 and 999999999): %s\n", optarg);
19211921
r = -1;
19221922
}
19231923
break;

0 commit comments

Comments
 (0)