summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xctdb/config/events.d/60.nfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs
index 9b8285c984..c473be8380 100755
--- a/ctdb/config/events.d/60.nfs
+++ b/ctdb/config/events.d/60.nfs
@@ -57,7 +57,7 @@ case "$1" in
# if statd is not running we try to restart it
# we only do this IF we have a rpc.statd command.
# For platforms where rpc.statd does not exist, we skip
- # the check compeltely
+ # the check completely
p="rpc.statd"
which $p >/dev/null 2>/dev/null && {
if ctdb_check_rpc "STATD" 100024 1 >/dev/null ; then