From: suckowbiz Date: Mon, 23 Nov 2015 11:17:45 +0000 (+0100) Subject: doc: fix message typos in systemd X-Git-Tag: v10.0.1~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5972a44106d9706c20b5315d912d899c0fffabf2;p=ceph.git doc: fix message typos in systemd Signed-off-by: Tobias Suckow --- 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