summaryrefslogtreecommitdiff
path: root/sh/runscript.sh.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-16 19:02:21 -0400
committerMike Frysinger <vapier@gentoo.org>2011-10-16 19:02:21 -0400
commit9f95878bbd5461837b00b5ea2134768302776584 (patch)
tree71e2568adeb52e62fbacfb14b2b2040693a8b4fb /sh/runscript.sh.in
parent7644e027fd3ecc539a56a1e7a5698db32370b194 (diff)
downloadopenrc-9f95878bbd5461837b00b5ea2134768302776584.tar.gz
openrc-9f95878bbd5461837b00b5ea2134768302776584.tar.bz2
openrc-9f95878bbd5461837b00b5ea2134768302776584.tar.xz
fix random typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sh/runscript.sh.in')
-rw-r--r--sh/runscript.sh.in4
1 files changed, 2 insertions, 2 deletions
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