ldb: fix a typo
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 19 May 2017 04:09:20 +0000 (16:09 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jun 2017 15:33:10 +0000 (17:33 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/common/ldb.c

index c95033033315d86cec5eebb14309acb5cc23833f..700d89c65d8e3eb5f8c7a529b647b4dde18c857c 100644 (file)
@@ -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);