fixed a speellling erra
[metze/samba/wb-ndr.git] / source / lib / ldb / ldb_tdb / ldb_index.c
index 1b6d9feed6117cd5175176c347540e560af54ca6..269305a4680c90c94ad4dc625486ad3b5bcaffcc 100644 (file)
@@ -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;
        }