summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/smbconf/pysmbconf.c2
-rw-r--r--lib/util/tfork.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/smbconf/pysmbconf.c b/lib/smbconf/pysmbconf.c
index 1b3c101005a..465876684ca 100644
--- a/lib/smbconf/pysmbconf.c
+++ b/lib/smbconf/pysmbconf.c
@@ -747,7 +747,7 @@ PyDoc_STRVAR(py_smbconf_doc,
"types. Future, write based functions need a writable backend (registry).\n"
"\n"
"Note that the registry backend will be provided by a different\n"
-"library module from the source3 tree (implemenation TBD).\n");
+"library module from the source3 tree (implementation TBD).\n");
static struct PyModuleDef moduledef = {
PyModuleDef_HEAD_INIT,
diff --git a/lib/util/tfork.c b/lib/util/tfork.c
index 57a4e18638b..e3eaa199db5 100644
--- a/lib/util/tfork.c
+++ b/lib/util/tfork.c
@@ -572,7 +572,7 @@ static pid_t tfork_start_waiter_and_worker(struct tfork_state *state,
/*
* The "waiter" child.
*/
- process_set_title("tfork waiter", "tfork waiter proces");
+ process_set_title("tfork waiter", "tfork waiter process");
CatchSignal(SIGCHLD, SIG_DFL);