From a6f1b8d5466a6bc5f236d2af691c92a96c4720ac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:39:10 -0400 Subject: [PATCH 1/7] spelling: adds 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 cb608e0..cc96ed9 100644 --- a/NEWS +++ b/NEWS @@ -1018,7 +1018,7 @@ Alban Bedel: * Fix out of tree builds Out of tree builds are currently broken because $(top_srcdir)src/include - is not in the search path. In tree builds are working because autconf add + is not in the search path. In tree builds are working because autconf adds $(top_builddir)/src/include to the search path for the generated config.h. As $(top_builddir) and $(top_srcdir) are identical during in tree builds the search path still end up beeing somehow correct. From fcf760f0d72be8db6b02993b557e48d0ffc93b95 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:08 -0400 Subject: [PATCH 2/7] spelling: arguments 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 cc96ed9..68ff63e 100644 --- a/NEWS +++ b/NEWS @@ -653,7 +653,7 @@ Changes since tio v1.38: inherently inconsistent with how you define required arguments. To avoid confusion we decide to avoid this inconsistency by replacing - optional options with additional options with required argmuments. + optional options with additional options with required arguments. * Replace '1' with 'enable' in config files From cee560dd8bed55cac06781057781336189bdb645 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:09 -0400 Subject: [PATCH 3/7] spelling: autoconf 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 68ff63e..9ce3fd4 100644 --- a/NEWS +++ b/NEWS @@ -1018,7 +1018,7 @@ Alban Bedel: * Fix out of tree builds Out of tree builds are currently broken because $(top_srcdir)src/include - is not in the search path. In tree builds are working because autconf adds + is not in the search path. In tree builds are working because autoconf adds $(top_builddir)/src/include to the search path for the generated config.h. As $(top_builddir) and $(top_srcdir) are identical during in tree builds the search path still end up beeing somehow correct. From 36e4c672a7a2eb41e5b6ef489cf040e03c5c7c48 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:09 -0400 Subject: [PATCH 4/7] spelling: being 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 9ce3fd4..5c85eef 100644 --- a/NEWS +++ b/NEWS @@ -1021,7 +1021,7 @@ Alban Bedel: is not in the search path. In tree builds are working because autoconf adds $(top_builddir)/src/include to the search path for the generated config.h. As $(top_builddir) and $(top_srcdir) are identical during in tree builds - the search path still end up beeing somehow correct. + the search path still end up being somehow correct. To fix this add -I$(srcdir)/include to the CPPFLAGS in Makefile.am. From 2f3583ebdecce7e94a8b6befb3f15a4916975e56 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 5/7] spelling: configurations Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- example/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/config b/example/config index 05f96c9..1b66d07 100644 --- a/example/config +++ b/example/config @@ -29,7 +29,7 @@ rs-485 = disable response-wait = disable alert = none -# Sub-configuraions +# Sub-configurations [rpi3] baudrate = 115200 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 6/7] 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. From cbb8ad8362548e2253671c4967d999dac3ffa8ba Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:40:11 -0400 Subject: [PATCH 7/7] spelling: timestamp Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timestamp.c b/src/timestamp.c index b8a2198..91374dd 100644 --- a/src/timestamp.c +++ b/src/timestamp.c @@ -50,7 +50,7 @@ char *timestamp_current_time(void) first = false; } - // Add formatted timestap + // Add formatted timestamp switch (option.timestamp) { case TIMESTAMP_NONE: