From 35af29a58155977e4752f5fa62bb9fe598bd7344 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 13 Nov 2012 18:30:07 +1000 Subject: Typo-- --- start-sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-sim b/start-sim index 89e38d6..e2e1faa 100755 --- a/start-sim +++ b/start-sim @@ -46,7 +46,7 @@ cd ${bindir} if ( ${screen_command} -q list-sessions 2>/dev/null | grep -q ${console_name}: ); then true else - # The sudo is only so that the session is owned by opensim, otherwise it's owned by whoewer ran this script, which is a likely security hole. + # The sudo is only so that the session is owned by opensim, otherwise it's owned by whoever ran this script, which is a likely security hole. # After the session is created, we rely on the /var/run/opensim directory to be group sticky, so that anyone in the opensim group can attach to the tmux socket. $SUDO ${screen_command} new-session -d -s ${console_name} fi -- cgit v1.1