summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-11-23 22:32:31 -0500
committerJoel Martin <github@martintribe.org>2015-11-23 22:32:31 -0500
commitb2a813dc739c8b41dd647dc01c8f8f11d8996286 (patch)
tree0cd1df3a04b7700eb66f17745362233e8e49f75e
parent6a90803feb124791960e3962e328aa3cfb729aeb (diff)
parent54e835eeac811ef826fea810378c7f1a98797a5d (diff)
downloadnovnc-b2a813dc739c8b41dd647dc01c8f8f11d8996286.tar.gz
Merge pull request #555 from maditnerd/patch-1
Small typo in launch.sh
-rwxr-xr-xutils/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/launch.sh b/utils/launch.sh
index 2a0106d..ecee06c 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