fix random typos

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2011-10-16 19:02:21 -04:00
parent 7644e027fd
commit 9f95878bbd
6 changed files with 12 additions and 12 deletions

View File

@@ -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