summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2017-05-19 16:09:20 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-06-15 17:33:10 +0200
commit433d600c56582a133f602519dd984bd3a32f7800 (patch)
treec20cb216b0a273f5ac3df3d0622fd7c9d8456af3 /lib
parent44764ee33d24099b1831628fc0700b0f0caef443 (diff)
downloadsamba-433d600c56582a133f602519dd984bd3a32f7800.tar.gz
ldb: fix a typo
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/common/ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/common/ldb.c b/lib/ldb/common/ldb.c
index c9503303331..700d89c65d8 100644
--- a/lib/ldb/common/ldb.c
+++ b/lib/ldb/common/ldb.c
@@ -108,7 +108,7 @@ struct ldb_context *ldb_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx)
}
/* A new event context so that callers who don't want ldb
- * operating on thier global event context can work without
+ * operating on their global event context can work without
* having to provide their own private one explicitly */
if (ev_ctx == NULL) {
ev_ctx = tevent_context_init(ldb);