From 933aef0bf4aa52c5b4a584858f635833eb0243bd Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 4 Oct 2010 18:57:00 +0200 Subject: s4:ldb_modules.c - fix a typo --- source4/lib/ldb/common/ldb_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index dc0ce91ecd..ec71c8d042 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -833,7 +833,7 @@ int ldb_module_done(struct ldb_request *req, } /* to be used *only* in modules init functions. - * this function i synchronous and will register + * this function is synchronous and will register * the requested OID in the rootdse module if present * otherwise it will return an error */ int ldb_mod_register_control(struct ldb_module *module, const char *oid) -- cgit