summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-06 16:05:03 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-11 09:06:36 +0000
commit8c32a475e4a9ae94a450be30bcd5e5d12b9e20fe (patch)
tree2f95ec0b9a420f8e905456639ab7ca5789b121ea /lib
parent25e1987e155e189e6c7e2984914820bcaad4e47c (diff)
downloadsamba-8c32a475e4a9ae94a450be30bcd5e5d12b9e20fe.tar.gz
lib:pthreadpool: Fix code spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'lib')
-rw-r--r--lib/pthreadpool/pthreadpool_tevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pthreadpool/pthreadpool_tevent.c b/lib/pthreadpool/pthreadpool_tevent.c
index 389bb06b54c..a66f444d193 100644
--- a/lib/pthreadpool/pthreadpool_tevent.c
+++ b/lib/pthreadpool/pthreadpool_tevent.c
@@ -27,7 +27,7 @@
struct pthreadpool_tevent_job_state;
/*
- * We need one pthreadpool_tevent_glue object per unique combintaion of tevent
+ * We need one pthreadpool_tevent_glue object per unique combination of tevent
* contexts and pthreadpool_tevent objects. Maintain a list of used tevent
* contexts in a pthreadpool_tevent.
*/