From: Volker Lendecke Date: Tue, 24 Sep 2019 17:51:38 +0000 (-0700) Subject: lib: Fix a typo X-Git-Tag: talloc-2.3.1~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc2cd86f6993fd681513b1b251f5bbdb01212d4;p=thirdparty%2Fsamba.git lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/lib/util/tfork.h b/lib/util/tfork.h index 89c9f7295a8..7b2ecd1eb89 100644 --- a/lib/util/tfork.h +++ b/lib/util/tfork.h @@ -27,7 +27,7 @@ struct tfork; * @brief a fork() that avoids SIGCHLD and waitpid * * This function is a solution to the problem of fork() requiring special - * preperations in the caller to handle SIGCHLD signals and to reap the child by + * preparations in the caller to handle SIGCHLD signals and to reap the child by * wait()ing for it. * * The advantage over fork() is that the child process termination is signalled