summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-03 20:10:37 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-04 02:13:24 +0100
commit0bd46cc06201d7435ab6f494c1ca6ec21297cf33 (patch)
treef89481bba98957a8f4ba99506913020a927c104f /src/gui
parentb8b675014f4f38cd3cee15584edd3b561bc0846e (diff)
Fix spelling of converter
Primarily in the Cocoa clipboard code. Change-Id: I39fede6144be5a0007a94e2ac2464892c958732f Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/painting/qoutlinemapper_p.h2
-rw-r--r--src/gui/platform/darwin/qmacmime.mm6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/painting/qoutlinemapper_p.h b/src/gui/painting/qoutlinemapper_p.h
index 372f9b4ec2..1f4c3f6670 100644
--- a/src/gui/painting/qoutlinemapper_p.h
+++ b/src/gui/painting/qoutlinemapper_p.h
@@ -45,7 +45,7 @@ Q_GUI_EXPORT bool qt_scaleForTransform(const QTransform &transform, qreal *scale
* class QOutlineMapper
*
* Used to map between QPainterPath and the QT_FT_Outline structure used by the
- * freetype scanconvertor.
+ * freetype scanconverter.
*
* The outline mapper uses a path iterator to get points from the path,
* so that it is possible to transform the points as they are converted. The
diff --git a/src/gui/platform/darwin/qmacmime.mm b/src/gui/platform/darwin/qmacmime.mm
index dea57fe957..8b6180c216 100644
--- a/src/gui/platform/darwin/qmacmime.mm
+++ b/src/gui/platform/darwin/qmacmime.mm
@@ -793,7 +793,7 @@ void registerBuiltInTypes()
/*
\fn bool QMacPasteboardMime::canConvert(const QString &mime, QString flav)
- Returns \c true if the convertor can convert (both ways) between
+ Returns \c true if the converter can convert (both ways) between
\a mime and \a flav; otherwise returns \c false.
All subclasses must reimplement this pure virtual function.
@@ -803,7 +803,7 @@ void registerBuiltInTypes()
\fn QString QMacPasteboardMime::mimeFor(QString flav)
Returns the MIME UTI used for Mac flavor \a flav, or 0 if this
- convertor does not support \a flav.
+ converter does not support \a flav.
All subclasses must reimplement this pure virtual function.
*/
@@ -812,7 +812,7 @@ void registerBuiltInTypes()
\fn QString QMacPasteboardMime::flavorFor(const QString &mime)
Returns the Mac UTI used for MIME type \a mime, or 0 if this
- convertor does not support \a mime.
+ converter does not support \a mime.
All subclasses must reimplement this pure virtual function.
*/