summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-04-20 21:24:13 +0000
committerscop <scop>2005-04-20 21:24:13 +0000
commitdb7a89939d910a3207ce4fea781c02e323a63a9a (patch)
tree33050b5dc6b01f176ca50773b9db1f4ac548e74d
parent8b19b7c0559a11cf31ef62a58a677554f6bc6c45 (diff)
downloadvdr-plugin-dxr3-db7a89939d910a3207ce4fea781c02e323a63a9a.tar.gz
vdr-plugin-dxr3-db7a89939d910a3207ce4fea781c02e323a63a9a.tar.bz2
Comment spelling fixes.
-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_*/