┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.cpp
diff options
context:
space:
mode:
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