From 433d600c56582a133f602519dd984bd3a32f7800 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 19 May 2017 16:09:20 +1200 Subject: ldb: fix a typo Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- lib/ldb/common/ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb') 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); -- cgit v1.2.1