Browse Source

Merge pull request #555 from maditnerd/patch-1

Small typo in launch.sh
Joel Martin 9 năm trước cách đây
mục cha
commit
b2a813dc73
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/launch.sh

+ 1 - 1
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