summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3spudecoder.c4
-rw-r--r--dxr3spudecoder.h2
2 files changed, 3 insertions, 3 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;
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h
index 5f75144..7ac0787 100644
--- a/dxr3spudecoder.h
+++ b/dxr3spudecoder.h
@@ -58,7 +58,7 @@ public:
private:
cDxr3Interface& m_Interface; ///< interface to dxr3 driver
- bool m_visible; ///< is anything visible (nav, osd, subtilte)
+ bool m_visible; ///< is anything visible (nav, osd, subtitles)
};
#endif /*_DXR3SPUDECODER_H_*/