diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-08 11:47:36 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-08 11:52:44 +1000 |
commit | 783cde79667fbc91213733b0e85e596fc8173cea (patch) | |
tree | c796ae9f734f9e84cd0ee90daebad4d4845f8475 /source4/lib/ldb | |
parent | c28096636abe2133f9e4dbded44289a275d16799 (diff) | |
download | samba-783cde79667fbc91213733b0e85e596fc8173cea.tar.gz samba-783cde79667fbc91213733b0e85e596fc8173cea.tar.bz2 samba-783cde79667fbc91213733b0e85e596fc8173cea.zip |
s4/ldb: fixed spelling
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 4e47497a5e..f38dc8f227 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -94,8 +94,8 @@ struct ldb_dn; /** There are a number of flags that are used with ldap_modify() in - ldb_message_element.flags fields. The LDA_FLAGS_MOD_ADD, - LDA_FLAGS_MOD_DELETE and LDA_FLAGS_MOD_REPLACE flags are used in + ldb_message_element.flags fields. The LDB_FLAGS_MOD_ADD, + LDB_FLAGS_MOD_DELETE and LDB_FLAGS_MOD_REPLACE flags are used in ldap_modify() calls to specify whether attributes are being added, deleted or modified respectively. */ |