summaryrefslogtreecommitdiffstats
path: root/demos/embedded/fluidlauncher/pictureflow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/fluidlauncher/pictureflow.cpp')
-rw-r--r--demos/embedded/fluidlauncher/pictureflow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/fluidlauncher/pictureflow.cpp b/demos/embedded/fluidlauncher/pictureflow.cpp
index 8435c8f635..d6062693e1 100644
--- a/demos/embedded/fluidlauncher/pictureflow.cpp
+++ b/demos/embedded/fluidlauncher/pictureflow.cpp
@@ -603,7 +603,7 @@ static QImage prepareSurface(QImage img, int w, int h)
Qt::TransformationMode mode = Qt::SmoothTransformation;
img = img.scaled(w, h, Qt::IgnoreAspectRatio, mode);
- // slightly larger, to accomodate for the reflection
+ // slightly larger, to accommodate for the reflection
int hs = h * 2;
int hofs = h / 3;