From 3d1928cca9fcab52c6f8c0b8801581dc46b6fce6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 26 Apr 2021 23:12:59 +0200 Subject: [PATCH] Fix typo --- src/collection/collectionwatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collection/collectionwatcher.cpp b/src/collection/collectionwatcher.cpp index ba2ab9885..8f55938cb 100644 --- a/src/collection/collectionwatcher.cpp +++ b/src/collection/collectionwatcher.cpp @@ -879,7 +879,7 @@ void CollectionWatcher::RescanTracksNow() { Q_ASSERT(!rescan_in_progress_); stop_requested_ = false; - // Currently we are too stupid to rescan one file at a time, so we'll just scan the full directiories + // Currently we are too stupid to rescan one file at a time, so we'll just scan the full directories QStringList scanned_dirs; // To avoid double scans while (!song_rescan_queue_.isEmpty()) { if (stop_requested_) break;