]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Fixed minor typo
authorSam Mussmann <sam@sammussmann.net>
Thu, 19 May 2011 16:37:28 +0000 (09:37 -0700)
committerSam Mussmann <sam@sammussmann.net>
Thu, 19 May 2011 16:37:28 +0000 (09:37 -0700)
s/to to/to/

utils/launch.sh [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 613250c..8afd6e4
@@ -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"