summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-02 09:30:54 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-02 09:39:34 +0200
commit74fad2568db8e218cb142703078034ec138943fd (patch)
treeb594f6ffff27a893c35af347cd395bbecbc0b8bd /source4/lib/ldb
parent6ad27cd7fe3e5f014821953c67ab93dbfed38a60 (diff)
downloadsamba-74fad2568db8e218cb142703078034ec138943fd.tar.gz
samba-74fad2568db8e218cb142703078034ec138943fd.tar.bz2
samba-74fad2568db8e218cb142703078034ec138943fd.zip
s4:ldb_msg_element_compare - fix typo in comment
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/common/ldb_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_msg.c b/source4/lib/ldb/common/ldb_msg.c
index 2cfc449986..59bd32090e 100644
--- a/source4/lib/ldb/common/ldb_msg.c
+++ b/source4/lib/ldb/common/ldb_msg.c
@@ -299,7 +299,7 @@ int ldb_msg_add_fmt(struct ldb_message *msg,
/*
compare two ldb_message_element structures
- assumes case senistive comparison
+ assumes case sensitive comparison
*/
int ldb_msg_element_compare(struct ldb_message_element *el1,
struct ldb_message_element *el2)