summaryrefslogtreecommitdiff
path: root/source/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-08-22 18:37:11 +1000
committerAndrew Tridgell <tridge@samba.org>2008-08-22 18:37:11 +1000
commit3c058f50cc3b91d540feb51fb698d90565b2b7c9 (patch)
tree11eee5f64ae67d85ce95847f552e74b8521932a9 /source/lib
parent469fac2669991b130dec219e1a109a8b2ce224be (diff)
downloadsamba-3c058f50cc3b91d540feb51fb698d90565b2b7c9.tar.gz
fixed a speellling erra
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/ldb/ldb_tdb/ldb_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/ldb/ldb_tdb/ldb_index.c b/source/lib/ldb/ldb_tdb/ldb_index.c
index 1b6d9feed61..269305a4680 100644
--- a/source/lib/ldb/ldb_tdb/ldb_index.c
+++ b/source/lib/ldb/ldb_tdb/ldb_index.c
@@ -767,7 +767,7 @@ int ltdb_search_indexed(struct ldb_handle *handle)
if ((ac->scope == LDB_SCOPE_ONELEVEL && (idxattr+idxone == 0)) ||
(ac->scope == LDB_SCOPE_SUBTREE && idxattr == 0)) {
- /* no indexs? must do full search */
+ /* no indexes? must do full search */
return LDB_ERR_OPERATIONS_ERROR;
}