summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf
diff options
context:
space:
mode:
authorLing Hu <ling.hu@nokia.com>2011-07-27 17:41:25 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-26 07:21:12 +0200
commitea4c32602d799d9e423e6b12a7b3181cba260e40 (patch)
tree89a8710fc5f9581c4d4154326e7e506f37a9b05b /src/plugins/wmf
parent5449f1fd9c089b95ba999ecec03d12e16be1240a (diff)
fix a spelling error
Change-Id: Ic593f342055a4ff65503bd92236ff2904012d4f4 Reviewed-by:Michael Goddard (cherry picked from commit d9cd5386f6d9aa1c702424d272d70a0b45a6b9db) Reviewed-on: http://codereview.qt-project.org/5495 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/plugins/wmf')
-rw-r--r--src/plugins/wmf/player/mfaudioendpointcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/wmf/player/mfaudioendpointcontrol.cpp b/src/plugins/wmf/player/mfaudioendpointcontrol.cpp
index c1d8bd3b9..290afe558 100644
--- a/src/plugins/wmf/player/mfaudioendpointcontrol.cpp
+++ b/src/plugins/wmf/player/mfaudioendpointcontrol.cpp
@@ -100,7 +100,7 @@ void MFAudioEndpointControl::setActiveEndpoint(const QString &name)
} else {
//This is the default one that has been inserted in updateEndpoints(),
//so give the activate a hint that we want to use the device for multimedia playback
- //then the media foundation will choose an apropriate one.
+ //then the media foundation will choose an appropriate one.
//from MSDN:
//The ERole enumeration defines constants that indicate the role that the system has assigned to an audio endpoint device.