diff options
| author | Yuri Chornoivan <[email protected]> | 2018-10-25 21:23:44 +0300 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2018-10-25 21:23:44 +0300 |
| commit | fd1a078cc4f5375c856ec49e05c0a33099db8861 (patch) | |
| tree | 77b908e5fa456ae02e9233efc932c2eb1081e510 /src/kitemviews/kfileitemmodelrolesupdater.cpp | |
| parent | 642a427d03c0bf42fd45dac877a70d4fe56e89aa (diff) | |
Fix minor typos
Diffstat (limited to 'src/kitemviews/kfileitemmodelrolesupdater.cpp')
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/kfileitemmodelrolesupdater.cpp b/src/kitemviews/kfileitemmodelrolesupdater.cpp index f4d69dec2..1d45e44c5 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.cpp +++ b/src/kitemviews/kfileitemmodelrolesupdater.cpp @@ -521,7 +521,7 @@ void KFileItemModelRolesUpdater::slotGotPreview(const KFileItem& item, const QPi scaledPixmap); scaledPixmap = largeFrame; } else { - // The image must be shrinked as it is too large to fit into + // The image must be shrunk as it is too large to fit into // the available icon size KPixmapModifier::applyFrame(scaledPixmap, m_iconSize); } @@ -1148,7 +1148,7 @@ QList<int> KFileItemModelRolesUpdater::indexesToResolve() const // We need a reasonable upper limit for number of items to resolve after // and before the visible range. m_maximumVisibleItems can be quite large - // when using Compace View. + // when using Compact View. const int readAheadItems = qMin(ReadAheadPages * m_maximumVisibleItems, ResolveAllItemsLimit / 2); // Add items after the visible range. |
