┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.cpp
diff options
context:
space:
mode:
authorKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
committerKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
commit479ce3a1641398a8506812300834666614013850 (patch)
treee137016cebe538153d07b010f350842d6c3a6f25 /src/kitemviews/kfileitemmodel.cpp
parent93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 (diff)
Fix several user-facing and non-user-facing typos
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`
Diffstat (limited to 'src/kitemviews/kfileitemmodel.cpp')
-rw-r--r--src/kitemviews/kfileitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
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