Fixed grammar

"allow" is a transitive verb, which requires an object,
so "allow to <verb>" is ungrammatical.
This commit is contained in:
Jakub Wilk 2016-05-20 13:12:55 +02:00
parent 025975619b
commit a651e1355e

View file

@ -45,7 +45,7 @@ Changes since tio v1.11:
send the ctrl-t key code. This is inspired by screen which does similar
to send its command key code (ctrl-a a).
This change also allows to easier add new key commands if needed.
This change also eases adding new key commands if needed.
Updated man page accordingly.