From: Matthias Dieter Wallnöfer Date: Mon, 4 Oct 2010 16:57:00 +0000 (+0200) Subject: s4:ldb_modules.c - fix a typo X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=933aef0bf4aa52c5b4a584858f635833eb0243bd s4:ldb_modules.c - fix a typo --- 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)