summaryrefslogtreecommitdiffstats
path: root/src/plugins/windowsaudio
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-11 10:05:21 +0100
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-02-11 09:37:28 +0000
commit4ce9d89d7a315100393aeae9998a8f9e838650ca (patch)
tree7679777220b6ea0ce313d065794001dffed3b9de /src/plugins/windowsaudio
parent13b24ab18b13c788f7cd5788303d2a226353e70d (diff)
Fix some typos
Change-Id: Iaf8f50741d3103480668b4a654a202d8a363bc45 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/plugins/windowsaudio')
-rw-r--r--src/plugins/windowsaudio/qwindowsaudioinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/windowsaudio/qwindowsaudioinput.cpp b/src/plugins/windowsaudio/qwindowsaudioinput.cpp
index 2a3d34293..b44f206e8 100644
--- a/src/plugins/windowsaudio/qwindowsaudioinput.cpp
+++ b/src/plugins/windowsaudio/qwindowsaudioinput.cpp
@@ -428,7 +428,7 @@ void QWindowsAudioInput::initMixer()
return;
mixerID = (HMIXEROBJ)mixerIntID;
- // Get the Destination (Recording) Line Infomation
+ // Get the Destination (Recording) Line Information
MIXERLINE mixerLine;
mixerLine.cbStruct = sizeof(MIXERLINE);
mixerLine.dwComponentType = MIXERLINE_COMPONENTTYPE_DST_WAVEIN;