s4:ldb_modules.c - fix a typo
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 4 Oct 2010 16:57:00 +0000 (18:57 +0200)
committerMatthias Dieter Wallnöfer <mdw@sn-devel-104.sn.samba.org>
Tue, 5 Oct 2010 08:43:19 +0000 (08:43 +0000)
source4/lib/ldb/common/ldb_modules.c

index dc0ce91ecdf90bb11222790b16d0d54190dcd7f9..ec71c8d04256c8b7cd89e45e2528483a78acecc2 100644 (file)
@@ -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)