┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemlistview.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <[email protected]>2015-03-19 20:13:40 +0200
committerYuri Chornoivan <[email protected]>2015-03-19 20:13:40 +0200
commite63b1de286b09af7a39f27fbc58817d5f9c18f48 (patch)
tree1c29a5f92e1368582ec4442d6049066e92d15a38 /src/kitemviews/kfileitemlistview.cpp
parenta7484d2ce51a6734a59a7b3f3ad9ef43c54717ee (diff)
Fix some EBN issues
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 d249bef91..d912a6c5c 100644
--- a/src/kitemviews/kfileitemlistview.cpp
+++ b/src/kitemviews/kfileitemlistview.cpp
@@ -41,7 +41,7 @@ namespace {
// If the icon size changes, a longer delay is used. This prevents that
// the expensive re-generation of all previews is triggered repeatedly when
- // chaning the zoom level.
+ // changing the zoom level.
const int LongInterval = 300;
}