From a651e1355e6eff65fc982ac9a53b48e7b64ed31f Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 20 May 2016 13:12:55 +0200 Subject: [PATCH] Fixed grammar "allow" is a transitive verb, which requires an object, so "allow to " is ungrammatical. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac50f20..ae5dc8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.