diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-04 18:57:00 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@sn-devel-104.sn.samba.org> | 2010-10-05 08:43:19 +0000 |
commit | 933aef0bf4aa52c5b4a584858f635833eb0243bd (patch) | |
tree | edd016c3781ff05beb7ccdff28c2297b0a53db52 /source4/lib/ldb/common | |
parent | a9ee39cadf02fad849ce7a10785ae22a3c284699 (diff) | |
download | samba-933aef0bf4aa52c5b4a584858f635833eb0243bd.tar.gz samba-933aef0bf4aa52c5b4a584858f635833eb0243bd.tar.bz2 samba-933aef0bf4aa52c5b4a584858f635833eb0243bd.zip |
s4:ldb_modules.c - fix a typo
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |