Fix typo in database.c

Change-Id: I08e82013db80534284cebc054d0b6d705b473e33
This commit is contained in:
neofright 2025-07-30 17:39:07 +01:00
parent 9bf5589d77
commit 7e2b129c64

View file

@ -34,7 +34,7 @@ int main(int argc, char **argv)
const char *paths[] = { "/", NULL }; const char *paths[] = { "/", NULL };
tagcache_init(); tagcache_init();
fprintf(stderr, "Scanning files (make take some time)..."); fprintf(stderr, "Scanning files (may take some time)...");
do_tagcache_build(paths); do_tagcache_build(paths);
tagcache_reverse_scan(); tagcache_reverse_scan();