瀏覽代碼

Small typo in launch.sh

Sarrailh Rémi 9 年之前
父節點
當前提交
54e835eeac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/launch.sh

+ 1 - 1
utils/launch.sh

@@ -108,7 +108,7 @@ if [[ -e ${HERE}/websockify ]]; then
 
 
     if [[ ! -x $WEBSOCKIFY ]]; then
     if [[ ! -x $WEBSOCKIFY ]]; then
         echo "The path ${HERE}/websockify exists, but $WEBSOCKIFY either does not exist or is not executable."
         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
         exit 1
     fi
     fi