From 19ed81fdffc26853a75144d0ed7871d93cf9d7e8 Mon Sep 17 00:00:00 2001 From: Sam Mussmann Date: Thu, 19 May 2011 09:37:28 -0700 Subject: [PATCH] Fixed minor typo s/to to/to/ --- utils/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 utils/launch.sh diff --git a/utils/launch.sh b/utils/launch.sh old mode 100755 new mode 100644 index 613250c6..8afd6e41 --- a/utils/launch.sh +++ b/utils/launch.sh @@ -101,7 +101,7 @@ if ! ps -p ${proxy_pid} >/dev/null; then exit 1 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 "Press Ctrl-C to exit\n\n"