From 96154a26fee79a496e86b7fa134223487ba7c6a3 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 20 Jan 2023 21:12:54 +0300 Subject: 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 Reviewed-by: Volker Lendecke Reviewed-by: Rowland Penny Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jan 26 20:46:11 UTC 2023 on atb-devel-224 --- lib/smbconf/pysmbconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/smbconf') 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, -- cgit v1.2.1