Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
s/to to/to/
  • Loading branch information
smussmann committed May 19, 2011
1 parent 557efaf commit 19ed81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/launch.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 19ed81f

Please sign in to comment.