diff options
author | scop <scop> | 2005-03-30 20:14:03 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-30 20:14:03 +0000 |
commit | d15da991a0c0c507fb0ae74577c2a6fa9231f041 (patch) | |
tree | b988d32bfd10075cd91b5acbb7bd2477bf409005 | |
parent | 94d3e16692e738860dc387960c957b50592447b6 (diff) | |
download | vdr-plugin-dxr3-d15da991a0c0c507fb0ae74577c2a6fa9231f041.tar.gz vdr-plugin-dxr3-d15da991a0c0c507fb0ae74577c2a6fa9231f041.tar.bz2 |
Comment typo fixes.
-rw-r--r-- | dxr3spuencoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3spuencoder.c b/dxr3spuencoder.c index df056e6..ebfe0df 100644 --- a/dxr3spuencoder.c +++ b/dxr3spuencoder.c @@ -133,7 +133,7 @@ int cSPUEncoder::Cmd(OSD_Command cmd, int color, int x0, int y0, int x1, int y1, break; case OSD_Close: - // clear colors from plattemanager + // clear colors from palettemanager // set windows position to 0 m_windows[m_lastwindow].x0 = 0; @@ -148,7 +148,7 @@ int cSPUEncoder::Cmd(OSD_Command cmd, int color, int x0, int y0, int x1, int y1, break; case OSD_Clear: - // Sets all pixel to color 0 + // Sets all pixels to color 0 // returns 0 on success // This should be done in cSPUEncoder::cSPUEncoder |