s4/ldb: fixed spelling
authorAndrew Tridgell <tridge@samba.org>
Tue, 8 Sep 2009 01:47:36 +0000 (11:47 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 8 Sep 2009 01:52:44 +0000 (11:52 +1000)
source4/lib/ldb/include/ldb.h

index 4e47497a5e0e9a26d72016f18b0acdefe861d2c9..f38dc8f227b4eb1ac235c5fff57050d6ad5612c7 100644 (file)
@@ -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.
 */