Fix typos

This commit is contained in:
Jakob Haufe 2024-06-15 17:03:21 +02:00 committed by Martin Lund
parent b756d2e1f1
commit c5afd86b9a
3 changed files with 5 additions and 5 deletions

View file

@ -2520,7 +2520,7 @@ int tty_connect(void)
break;
default:
tio_error_printf("Unknown outut mode");
tio_error_printf("Unknown output mode");
exit(EXIT_FAILURE);
break;
}