]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Small typo in launch.sh
authorSarrailh Rémi <remi@madnerd.org>
Mon, 23 Nov 2015 12:08:05 +0000 (13:08 +0100)
committerSarrailh Rémi <remi@madnerd.org>
Mon, 23 Nov 2015 12:08:05 +0000 (13:08 +0100)
utils/launch.sh

index 2a0106de504a04e6ce5b6064a153d608dc3eea76..ecee06cdc5b1981753675925cef00829b8cf6aa0 100755 (executable)
@@ -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