Fix typos

This commit is contained in:
Jonas Bernoulli
2020-07-25 16:27:34 +02:00
parent 6d73ca8ec3
commit b711ad9151
8 changed files with 10 additions and 10 deletions

View File

@ -212,7 +212,7 @@ Indexer::Private::cleanup()
return false;
if (::access(path.c_str(), F_OK) != 0) {
g_debug ("%s not found; queing id=%u for removal",
g_debug ("%s not found; queueing id=%u for removal",
path.c_str(), id);
orphans_.emplace_back(id);
}