summaryrefslogtreecommitdiff
path: root/source4/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
commitc50d361e076625b6fc89b5ee197227a17149c70c (patch)
tree4042e856c4794af56dbc216a897bc243d2317220 /source4/lib
parent0a27ff953e17670aecc7aedb56c0f872cc4bb75d (diff)
downloadsamba-c50d361e076625b6fc89b5ee197227a17149c70c.tar.gz
samba-c50d361e076625b6fc89b5ee197227a17149c70c.tar.bz2
samba-c50d361e076625b6fc89b5ee197227a17149c70c.zip
fixed a speellling erra
(This used to be commit 3c058f50cc3b91d540feb51fb698d90565b2b7c9)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_index.c b/source4/lib/ldb/ldb_tdb/ldb_index.c
index 1b6d9feed6..269305a468 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_index.c
+++ b/source4/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;
}