]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix message typos in systemd 6679/head
authorsuckowbiz <tobias@suckow.biz>
Mon, 23 Nov 2015 11:17:45 +0000 (12:17 +0100)
committerTobias <tobias@suckow.biz>
Mon, 23 Nov 2015 15:50:07 +0000 (16:50 +0100)
Signed-off-by: Tobias Suckow <tobias@suckow.biz>
systemd/ceph

index 1657779f44cc7577b49d9a6c874c07a68df50d6e..6a69271688732653d25b957c948f42b519d8641f 100644 (file)
@@ -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