From: Douglas Bagnall Date: Fri, 19 May 2017 04:09:20 +0000 (+1200) Subject: ldb: fix a typo X-Git-Tag: ldb-1.1.31~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433d600c56582a133f602519dd984bd3a32f7800;p=thirdparty%2Fsamba.git ldb: fix a typo Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- 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);