diff options
Diffstat (limited to 'sh/runscript.sh.in')
| -rw-r--r-- | sh/runscript.sh.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 58532125..26dcfb3b 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -88,7 +88,7 @@ keyword() {  	[ -n "$*" ] && echo "keyword $*"  } -# Descript the init script to the user +# Describe the init script to the user  describe()  {  	if [ -n "$description" ]; then @@ -217,7 +217,7 @@ if [ -n "$opts" ]; then  fi  while [ -n "$1" ]; do -	# Sepcial case depend +	# Special case depend  	if [ "$1" = depend ]; then  		shift  		_depend | 
