summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-01-20 21:12:54 +0300
committerJeremy Allison <jra@samba.org>2023-01-26 20:46:11 +0000
commit96154a26fee79a496e86b7fa134223487ba7c6a3 (patch)
tree87abe6b4892ab46e6c5c9b4e5fe0a95899126475 /ctdb
parent2a104556e8489b9fc3e2185a1fbbec7f4c8d8fea (diff)
downloadsamba-96154a26fee79a496e86b7fa134223487ba7c6a3.tar.gz
spelling fixes for 4.18 (errror implemenation proces Controler)
One of changes is somewhat interesting, it is "tfork waiter proces" process title in tfork.c. I wonder why no one noticed this before. There's another similar process title in there, "tfork waiter process(%d)". Hopefully no one does grep for "proces$" (and there's no reason to). Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Rowland Penny <rpenny@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Jan 26 20:46:11 UTC 2023 on atb-devel-224
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_recoverd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c
index bf3a66b0aaf..9d2cb6af9c9 100644
--- a/ctdb/server/ctdb_recoverd.c
+++ b/ctdb/server/ctdb_recoverd.c
@@ -395,7 +395,7 @@ static void ctdb_set_culprit_count(struct ctdb_recoverd *rec,
struct ctdb_banning_state,
len);
if (t == NULL) {
- DBG_WARNING("Memory allocation errror");
+ DBG_WARNING("Memory allocation error");
return;
}
rec->banning_state = t;