lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 24 Sep 2019 17:51:38 +0000 (10:51 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 Oct 2019 08:01:40 +0000 (08:01 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/util/tfork.h

index 89c9f7295a81dcd6d8c2f1e9d8c5caa3da9c57fc..7b2ecd1eb896a8d78c6825f661ea48f54bfdc5ce 100644 (file)
@@ -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