diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-17 04:48:24 +0300 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-08-19 03:34:02 +0300 |
commit | fffc98f33e333b8711da053e5cd5ddcc601cd275 (patch) | |
tree | 18dc6b4a8d2c463d110a86a193e7e8690fc83afe /source4/dsdb/samdb/ldb_modules | |
parent | d01804dda9d1e1793f3e1d2f863c4444ed7e900c (diff) | |
download | samba-fffc98f33e333b8711da053e5cd5ddcc601cd275.tar.gz samba-fffc98f33e333b8711da053e5cd5ddcc601cd275.tar.bz2 samba-fffc98f33e333b8711da053e5cd5ddcc601cd275.zip |
s4: fix few comment typos
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/objectclass_attrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c b/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c index 3c22eed7f8..555295a6f4 100644 --- a/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c +++ b/source4/dsdb/samdb/ldb_modules/objectclass_attrs.c @@ -139,7 +139,7 @@ static int attr_handler(struct oc_context *ac) } } - /* subsitute the attribute name to match in case */ + /* Substitute the attribute name to match in case */ msg->elements[i].name = attr->lDAPDisplayName; } @@ -181,7 +181,7 @@ static int attr_handler2(struct oc_context *ac) return ldb_operr(ldb); } - /* We rely here on the preceeding "objectclass" LDB module which did + /* We rely here on the preceding "objectclass" LDB module which did * already fix up the objectclass list (inheritance, order...). */ oc_element = ldb_msg_find_element(ac->search_res->message, "objectClass"); |