From: Enrico Scholz Date: Fri, 8 Apr 2005 19:17:27 +0000 (+0000) Subject: fixed typo (reported by Paul S. Gumerman) X-Git-Tag: version_0_30_210~279 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550ff32eccc019653ab84dc04332dd0817a7c518;p=util-vserver.git fixed typo (reported by Paul S. Gumerman) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2002 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/vserver.suexec b/util-vserver/scripts/vserver.suexec index e5b0be7..79cc584 100644 --- a/util-vserver/scripts/vserver.suexec +++ b/util-vserver/scripts/vserver.suexec @@ -18,7 +18,7 @@ is_stopped= isVserverRunning "$VSERVER_DIR" S_CONTEXT || is_stopped=1 test -z "$is_stopped" -o "$OPTION_INSECURE" || { - echo $"'vserver ... suexec' is support for running vservers only; aborting..." >&2 + echo $"'vserver ... suexec' is supported for running vservers only; aborting..." >&2 exit 1 } generateOptions "$VSERVER_DIR"