summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/multimedia/qmediaobject.cpp2
-rw-r--r--src/multimedia/qmultimedia.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/qmediaobject.cpp b/src/multimedia/qmediaobject.cpp
index d1cafbf66..86f6a5dfc 100644
--- a/src/multimedia/qmediaobject.cpp
+++ b/src/multimedia/qmediaobject.cpp
@@ -423,7 +423,7 @@ void QMediaObject::setupControls()
/*!
\fn QMediaObject::availabilityChanged(QMultimedia::AvailabilityStatus availability)
- Signal emitted when the availability of the service has changed to \a availabilty
+ Signal emitted when the availability of the service has changed to \a availability.
*/
diff --git a/src/multimedia/qmultimedia.cpp b/src/multimedia/qmultimedia.cpp
index 15eda0b56..b9e09f7d7 100644
--- a/src/multimedia/qmultimedia.cpp
+++ b/src/multimedia/qmultimedia.cpp
@@ -98,10 +98,10 @@ namespace
Enumerates Service status errors.
- \value NoError The service is operating correctly.
- \value ServiceMissingError There is no service available to provide the requested functionality.
+ \value Available The service is operating correctly.
+ \value ServiceMissing There is no service available to provide the requested functionality.
\value ResourceError The service could not allocate resources required to function correctly.
- \value BusyError The service must wait for access to necessary resources.
+ \value Busy The service must wait for access to necessary resources.
*/
QT_END_NAMESPACE