summaryrefslogtreecommitdiff
path: root/init.d/dumpon.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/dumpon.in')
-rw-r--r--init.d/dumpon.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/dumpon.in b/init.d/dumpon.in
index ec33174..4450bf9 100644
--- a/init.d/dumpon.in
+++ b/init.d/dumpon.in
@@ -19,7 +19,7 @@ start() {
}
stop() {
- ebegin "Deactiving kernel core dump device"
+ ebegin "Deactivating kernel core dump device"
dumpon off
eend $?
}