diff --git a/src/multimedia/controls/qmediaplayercontrol.cpp b/src/multimedia/controls/qmediaplayercontrol.cpp
index 46de05b5106051be47cd3c50ccd6c787202d8a63..07b277ffb6762f4468cf5093171e436f0222fbb2 100644
--- a/src/multimedia/controls/qmediaplayercontrol.cpp
+++ b/src/multimedia/controls/qmediaplayercontrol.cpp
@@ -353,7 +353,7 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
 
     Pauses playback of the current media.
 
-    If sucessful the player control will immediately enter the \l {QMediaPlayer::PausedState}
+    If successful the player control will immediately enter the \l {QMediaPlayer::PausedState}
     {paused} state.
 
     \sa state(), play(), stop()
diff --git a/src/multimediawidgets/qgraphicsvideoitem.cpp b/src/multimediawidgets/qgraphicsvideoitem.cpp
index 584cb429a7a91ce410f2ccdf9aedc51d1d2f40ad..002fc2cc220ccafbf5702f99749d131c7f21beff 100644
--- a/src/multimediawidgets/qgraphicsvideoitem.cpp
+++ b/src/multimediawidgets/qgraphicsvideoitem.cpp
@@ -254,7 +254,7 @@ bool QGraphicsVideoItem::setMediaObject(QMediaObject *object)
                 d->rendererControl = qobject_cast<QVideoRendererControl *>(control);
 
                 if (d->rendererControl) {
-                    //don't set the surface untill the item is painted
+                    //don't set the surface until the item is painted
                     //at least once and the surface is configured
                     if (!d->updatePaintDevice)
                         d->rendererControl->setSurface(d->surface);