mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix typo
This commit is contained in:
parent
16cba00c54
commit
8da06ebf2c
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
|||
break;
|
||||
|
||||
case KEY_C:
|
||||
tio_printf("Configuraiton:");
|
||||
tio_printf("Configuration:");
|
||||
config_file_print();
|
||||
options_print();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue