From 54e835eeac811ef826fea810378c7f1a98797a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sarrailh=20R=C3=A9mi?= Date: Mon, 23 Nov 2015 13:08:05 +0100 Subject: [PATCH] Small typo in launch.sh --- utils/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/launch.sh b/utils/launch.sh index 2a0106de..ecee06cd 100755 --- a/utils/launch.sh +++ b/utils/launch.sh @@ -108,7 +108,7 @@ if [[ -e ${HERE}/websockify ]]; then if [[ ! -x $WEBSOCKIFY ]]; then echo "The path ${HERE}/websockify exists, but $WEBSOCKIFY either does not exist or is not executable." - echo "If you inteded to use an installed websockify package, please remove ${HERE}/websockify." + echo "If you intended to use an installed websockify package, please remove ${HERE}/websockify." exit 1 fi