summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-01-11 16:17:06 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-01-11 16:17:33 +1100
commit47aad746735d016fef838694b74e22374de99246 (patch)
tree9aefd72e97b359f7cc773f3b10f088ea61e41f74
parent2a3442d972e59911f7345afb47cd83cf7270d2ad (diff)
downloadsamba-47aad746735d016fef838694b74e22374de99246.tar.gz
samba-47aad746735d016fef838694b74e22374de99246.tar.xz
samba-47aad746735d016fef838694b74e22374de99246.zip
TYPO
(This used to be ctdb commit 38dc1ac2e87416a22c9356596286b773d601e71c)
-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