From 8a82b211e880fbad915b2c27be80645984b2275a Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 20 May 2016 13:06:30 +0200 Subject: [PATCH 1/2] Fixed typo --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 31928f0..ac50f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ Changes since tio v1.12: A new key command "ctrl-t i" is added to allow the user to display the various session settings information (baudrate, databits, log file, etc.). - This is usefull in case you have a running session but have forgotten + This is useful in case you have a running session but have forgotten what the settings are. From a651e1355e6eff65fc982ac9a53b48e7b64ed31f Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 20 May 2016 13:12:55 +0200 Subject: [PATCH 2/2] 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.