diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-21 16:42:31 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-10-21 16:42:31 +0000 |
commit | e076167e5af3cafa29d0fadc0f3d5decf601e395 (patch) | |
tree | 1fd7720f0b6385f7954d1ae5b4483c0dad1548e7 /testing/knot | |
parent | db92ee83767cf59a682fd920926f731ca2d70028 (diff) | |
download | aports-e076167e5af3cafa29d0fadc0f3d5decf601e395.tar.bz2 aports-e076167e5af3cafa29d0fadc0f3d5decf601e395.tar.xz |
testing/knot: fixed typo in initd script
Diffstat (limited to 'testing/knot')
-rw-r--r-- | testing/knot/knot.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/knot/knot.initd b/testing/knot/knot.initd index 1de82d9d6d..37589a1b32 100644 --- a/testing/knot/knot.initd +++ b/testing/knot/knot.initd @@ -17,7 +17,7 @@ start() { } stop() { - ebegin "Stoping knot" + ebegin "Stopping knot" /usr/sbin/knotc stop >/dev/null 2>&1 # In case remote control is not working if [ "$?" != 0 ]; then |