diff --git a/man/tio.1.in b/man/tio.1.in index 6c22d14..c573f62 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -232,7 +232,7 @@ tio will try to match the user input to a sub-configuration by name or by patter Options without any label change the default options. .TP -Any options set via command-line will override options set in the configuraqtion file. +Any options set via command-line will override options set in the configuration file. .TP The following configuration file options are available: diff --git a/src/options.c b/src/options.c index 56e92e9..686ad30 100644 --- a/src/options.c +++ b/src/options.c @@ -70,7 +70,7 @@ void print_help(char *argv[]) { printf("Usage: %s [] \n", argv[0]); printf("\n"); - printf("Connect to tty-device directly or via sub-configuration.\n"); + printf("Connect to tty device directly or via sub-configuration.\n"); printf("\n"); printf("Options:\n"); printf(" -b, --baudrate Baud rate (default: 115200)\n");