summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2007-01-27 14:52:59 +0000
committerscop <scop>2007-01-27 14:52:59 +0000
commit43dde98aaf45f80682439f89685c1495e4f9d10a (patch)
tree6a7b3397339d07950cda54661bb1da43f9591ba2
parentce93cd0ecf582a735f5293dbba18fdd7940928db (diff)
downloadvdr-plugin-dxr3-43dde98aaf45f80682439f89685c1495e4f9d10a.tar.gz
vdr-plugin-dxr3-43dde98aaf45f80682439f89685c1495e4f9d10a.tar.bz2
Comment typo fixes.
-rw-r--r--dxr3device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3device.c b/dxr3device.c
index 45fee41..f2e9160 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -54,7 +54,7 @@ void cDxr3Device::MakePrimaryDevice(bool On)
// replaying
// ==================================
-//! does we have an mpeg2 devocer?
+//! do we have an mpeg2 decoder?
bool cDxr3Device::HasDecoder() const
{
// sure we have one ;)
@@ -341,7 +341,7 @@ void cDxr3Device::SetVolumeDevice(int Volume)
}
// ==================================
-//! sets audio channel for audio output (stero, mono left, mono right)
+//! sets audio channel for audio output (stereo, mono left, mono right)
void cDxr3Device::SetAudioChannelDevice(int AudioChannel)
{
cDxr3Interface::Instance().SetAudioChannel(AudioChannel);