diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-16 19:02:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-16 19:02:21 -0400 |
commit | 9f95878bbd5461837b00b5ea2134768302776584 (patch) | |
tree | 71e2568adeb52e62fbacfb14b2b2040693a8b4fb /sh | |
parent | 7644e027fd3ecc539a56a1e7a5698db32370b194 (diff) |
fix random typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sh')
-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 |