summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorFabien Freling <fabien.freling@nokia.com>2011-05-11 09:24:57 (GMT)
committerFabien Freling <fabien.freling@nokia.com>2011-05-11 09:31:35 (GMT)
commita368c351928a95d21663bbd0404f887cc3cf7974 (patch)
tree662bbe8e2433e8c248a98486b6729d9565333fed /src/gui/painting
parent0ad6cec5d77fffa5d64b841bd7496088df6fcaab (diff)
downloadQt-a368c351928a95d21663bbd0404f887cc3cf7974.zip
Qt-a368c351928a95d21663bbd0404f887cc3cf7974.tar.gz
Qt-a368c351928a95d21663bbd0404f887cc3cf7974.tar.bz2
Fix misspelled word in comment.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qunifiedtoolbarsurface_mac_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qunifiedtoolbarsurface_mac_p.h b/src/gui/painting/qunifiedtoolbarsurface_mac_p.h
index 6b1243e..ce07f5c 100644
--- a/src/gui/painting/qunifiedtoolbarsurface_mac_p.h
+++ b/src/gui/painting/qunifiedtoolbarsurface_mac_p.h
@@ -89,7 +89,7 @@ class QNativeImage;
// We trigger the rendering of the unified toolbar in QWidget::repaint()
// and QWidget::update().
// We keep track of flush requests via "flushRequested" variable. That
-// allow flush() to be a no-op if no repaint occured for a widget.
+// allow flush() to be a no-op if no repaint occurred for a widget.
// We rely on the needsDisplay: and drawRect: mecanism for drawing our
// content into the graphics context.
//