From 479ce3a1641398a8506812300834666614013850 Mon Sep 17 00:00:00 2001 From: Kunda Ki Date: Wed, 3 Sep 2025 12:04:13 +0000 Subject: Fix several user-facing and non-user-facing typos Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal` --- src/kitemviews/kfileitemmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kitemviews/kfileitemmodel.cpp') diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp index 4386bca16..9bba37e78 100644 --- a/src/kitemviews/kfileitemmodel.cpp +++ b/src/kitemviews/kfileitemmodel.cpp @@ -830,7 +830,7 @@ void KFileItemModel::applyFilters() itemShownBelow = itemData; } else { // We hide this item for now, however, for expanded folders this is not final: - // if after the next "for" loop we discover that its children must now be shown with the newly applied fliter, we shall re-insert it + // if after the next "for" loop we discover that its children must now be shown with the newly applied filter, we shall re-insert it newFilteredIndexes.prepend(index); m_filteredItems.insert(itemData->item, itemData); // indexShownBelow doesn't get updated since this item will be hidden -- cgit v1.3.1