┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemlistview.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2018-10-25 21:23:44 +0300
committerYuri Chornoivan <[email protected]>2018-10-25 21:23:44 +0300
commitfd1a078cc4f5375c856ec49e05c0a33099db8861 (patch)
tree77b908e5fa456ae02e9233efc932c2eb1081e510 /src/kitemviews/kfileitemlistview.cpp
parent642a427d03c0bf42fd45dac877a70d4fe56e89aa (diff)
Fix minor typos
Diffstat (limited to 'src/kitemviews/kfileitemlistview.cpp')
-rw-r--r--src/kitemviews/kfileitemlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemlistview.cpp b/src/kitemviews/kfileitemlistview.cpp
index 3c1ef1b98..b1d3da643 100644
--- a/src/kitemviews/kfileitemlistview.cpp
+++ b/src/kitemviews/kfileitemlistview.cpp
@@ -35,7 +35,7 @@
namespace {
// If the visible index range changes, KFileItemModelRolesUpdater is not
- // informed immediatetly, but with a short delay. This ensures that scrolling
+ // informed immediately, but with a short delay. This ensures that scrolling
// always feels smooth and is not interrupted by icon loading (which can be
// quite expensive if a disk access is required to determine the final icon).
const int ShortInterval = 50;