Skip to content

Commit

Permalink
Fix typo in autocomplete test log message
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Boccassi <bluca@debian.org>
  • Loading branch information
bluca committed May 2, 2020
1 parent 152d882 commit 80146b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autocompletion
Expand Up @@ -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

Expand Down

0 comments on commit 80146b2

Please sign in to comment.