diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2003-03-07 19:04:36 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2003-03-07 19:04:36 +0000 |
commit | 48256e135d2e3466b53cd41780a00ebd0271ea10 (patch) | |
tree | 77a83b5f6283f00ef79224576f17cfb03ade76a1 | |
parent | d4c31ea5db2c0bd1517389baff3472f3d70236ee (diff) | |
download | xine-lib-48256e135d2e3466b53cd41780a00ebd0271ea10.tar.gz xine-lib-48256e135d2e3466b53cd41780a00ebd0271ea10.tar.bz2 |
removing a spare 's'
CVS patchset: 4363
CVS date: 2003/03/07 19:04:36
-rw-r--r-- | include/xine.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 6b2e44126..4a92721b8 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.64 2003/03/07 01:13:03 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.65 2003/03/07 19:04:36 holstsn Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1433,7 +1433,7 @@ void xine_osd_set_palette (xine_osd_t *self, * palette. The OSD palette is then modified starting at this * color index, up to the size of the text palette. * - * Use OSD_TEXT1, OSD_TEXT2, ... for some preasssigned color indices. + * Use OSD_TEXT1, OSD_TEXT2, ... for some preassigned color indices. */ void xine_osd_set_text_palette (xine_osd_t *self, int palette_number, |