Spelling mistake

This commit is contained in:
ejurgensen 2015-01-10 19:19:45 +01:00
parent a96af67a30
commit b605dc2fc3
1 changed files with 1 additions and 1 deletions

View File

@ -4406,7 +4406,7 @@ static const struct db_init_query db_init_table_queries[] =
}; };
/* Indexes must be prefixed with idx_ for db_drop_indices() to id them */ /* Indices must be prefixed with idx_ for db_drop_indices() to id them */
#define I_RESCAN \ #define I_RESCAN \
"CREATE INDEX IF NOT EXISTS idx_rescan ON files(path, db_timestamp);" "CREATE INDEX IF NOT EXISTS idx_rescan ON files(path, db_timestamp);"