summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage_darwin.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qimage_darwin.mm')
-rw-r--r--src/gui/image/qimage_darwin.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qimage_darwin.mm b/src/gui/image/qimage_darwin.mm
index e2ec52d2df..87d65d3f57 100644
--- a/src/gui/image/qimage_darwin.mm
+++ b/src/gui/image/qimage_darwin.mm
@@ -88,7 +88,7 @@ QT_BEGIN_NAMESPACE
Other formats are not supported; this function returns a null
CGImageRef for those cases. Users of this function may then
- convert the QImage to a supported formate first, for example
+ convert the QImage to a supported format first, for example
Format_ARGB32_Premultiplied.
The CGImageRef color space is set to the sRGB color space.