From 80146b263af6b054d7984d479e5fda8db09dfe45 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 2 May 2020 11:57:14 +0100 Subject: [PATCH] Fix typo in autocomplete test log message Signed-off-by: Luca Boccassi --- tests/autocompletion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/autocompletion b/tests/autocompletion index 8b4a24b8..021d6f47 100755 --- a/tests/autocompletion +++ b/tests/autocompletion @@ -25,7 +25,7 @@ OPENCONNECT="${OPENCONNECT:-${top_builddir}/openconnect}" if ! [ -x $OPENCONNECT ]; then - echo "$OPENCONNECT is not exeuctable. Are you cross-compiling for Windows?" + echo "$OPENCONNECT is not executable. Are you cross-compiling for Windows?" exit 77 fi -- 2.50.1