diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-08-22 18:37:11 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-08-22 18:37:11 +1000 |
commit | c50d361e076625b6fc89b5ee197227a17149c70c (patch) | |
tree | 4042e856c4794af56dbc216a897bc243d2317220 | |
parent | 0a27ff953e17670aecc7aedb56c0f872cc4bb75d (diff) | |
download | samba-c50d361e076625b6fc89b5ee197227a17149c70c.tar.gz samba-c50d361e076625b6fc89b5ee197227a17149c70c.tar.xz samba-c50d361e076625b6fc89b5ee197227a17149c70c.zip |
fixed a speellling erra
(This used to be commit 3c058f50cc3b91d540feb51fb698d90565b2b7c9)
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_index.c | 2 |
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 1b6d9feed61..269305a4680 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; } |