From 9f95878bbd5461837b00b5ea2134768302776584 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 16 Oct 2011 19:02:21 -0400 Subject: fix random typos Signed-off-by: Mike Frysinger --- sh/runscript.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/runscript.sh.in') diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 5853212..26dcfb3 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 -- cgit v1.2.3