From b540f16734d54027ce9de44bfb11ad59028a118f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:10 -0400 Subject: [PATCH] spelling: interactive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5c85eef..8162647 100644 --- a/NEWS +++ b/NEWS @@ -524,7 +524,7 @@ Changes since tio v1.39: pipe data to tio which then forwards the data to the connected serial device. - Non ineractive means that tio does not react to interactive key commands + Non interactive means that tio does not react to interactive key commands in the incoming stream. This allows users to pipe binary data directly to the connected serial device.