浏览代码

Fixed minor typo

s/to to/to/

Sam Mussmann 14 年之前
父节点
当前提交
19ed81fdff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/launch.sh

+ 1 - 1
utils/launch.sh

@@ -101,7 +101,7 @@ if ! ps -p ${proxy_pid} >/dev/null; then
     exit 1
     exit 1
 fi
 fi
 
 
-echo -e "\n\nNavigate to to this URL:\n"
+echo -e "\n\nNavigate to this URL:\n"
 echo -e "    http://$(hostname):${PORT}/vnc.html?host=$(hostname)&port=${PORT}\n"
 echo -e "    http://$(hostname):${PORT}/vnc.html?host=$(hostname)&port=${PORT}\n"
 echo -e "Press Ctrl-C to exit\n\n"
 echo -e "Press Ctrl-C to exit\n\n"