diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 4 |
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); |