From 5972a44106d9706c20b5315d912d899c0fffabf2 Mon Sep 17 00:00:00 2001 From: suckowbiz Date: Mon, 23 Nov 2015 12:17:45 +0100 Subject: [PATCH] doc: fix message typos in systemd Signed-off-by: Tobias Suckow --- systemd/ceph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/ceph b/systemd/ceph index 1657779f44cc..6a6927168873 100644 --- a/systemd/ceph +++ b/systemd/ceph @@ -56,8 +56,8 @@ case $action in start | stop | status | enable | disable | mask | unmask | resta rc_check ;; *) - echo "Invalid paramter : $action" - echo "Valid paramters : start | stop | status | enable | disable | mask | unmask | restart | is-active | is-failed | show | kill | reset-failed" + echo "Invalid parameter : $action" + echo "Valid parameters : start | stop | status | enable | disable | mask | unmask | restart | is-active | is-failed | show | kill | reset-failed" ;; esac -- 2.47.3