From: Luca Boccassi Date: Sat, 2 May 2020 10:57:14 +0000 (+0100) Subject: Fix typo in autocomplete test log message X-Git-Tag: v8.10~11^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=80146b263af6b054d7984d479e5fda8db09dfe45;p=users%2Fdwmw2%2Fopenconnect.git Fix typo in autocomplete test log message Signed-off-by: Luca Boccassi --- 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