diff options
Diffstat (limited to 'dxr3spudecoder.c')
-rw-r--r-- | dxr3spudecoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c index cab7544..e95cd49 100644 --- a/dxr3spudecoder.c +++ b/dxr3spudecoder.c @@ -77,14 +77,14 @@ void cDxr3SpuDecoder::clearHighlight(void) } // ================================== -// ! draw nav, subtilte, ... +// ! draw nav, subtitles, ... void cDxr3SpuDecoder::Draw(void) { m_visible = true; } // ================================== -// ! hide nav, subtilte, ... +// ! hide nav, subtitles, ... void cDxr3SpuDecoder::Hide(void) { m_visible = false; |