summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/styles/qs60style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp
index 5e5adab..5fe9050 100644
--- a/src/gui/styles/qs60style.cpp
+++ b/src/gui/styles/qs60style.cpp
@@ -723,7 +723,7 @@ void QS60StylePrivate::setThemePalette(QPalette *palette) const
palette->setBrush(QPalette::Base, Qt::transparent);
// set button color based on pixel colors
#ifndef Q_WS_S60
- //For emulated style, just calculate the color everytime
+ //For emulated style, just calculate the color every time
const QColor buttonColor = calculatedColor(SF_ButtonNormal);
#else
const QColor buttonColor = colorFromFrameGraphics(SF_ButtonNormal);