diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-04 10:07:50 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-04 10:07:50 +0000 |
commit | cefdd986f84fe5fea54df85583b41d03d0220462 (patch) | |
tree | 95b59fd6b19e4c846a3b38963973e744369c5566 /src | |
parent | ec1f6c0ec5f9f0b30ae120cbea8357bab2b40996 (diff) | |
download | xine-lib-cefdd986f84fe5fea54df85583b41d03d0220462.tar.gz xine-lib-cefdd986f84fe5fea54df85583b41d03d0220462.tar.bz2 |
more spelling...
CVS patchset: 3186
CVS date: 2002/11/04 10:07:50
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index a0a6511a0..bf1490c59 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -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: video_out_xv.c,v 1.146 2002/11/04 08:05:12 pmhahn Exp $ + * $Id: video_out_xv.c,v 1.147 2002/11/04 10:07:50 siggi Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -1205,7 +1205,7 @@ static xine_vo_driver_t *open_plugin (video_driver_class_t *class_gen, const voi VO_PROP_AUTOPAINT_COLORKEY, attr[k], class->adaptor_info[class->adaptor_num].base_id, "XV_AUTOPAINT_COLORKEY", "video.xv_autopaint_colorkey", - _("Make Xv autopaint it's colorkey")); + _("Make Xv autopaint its colorkey")); } else if(!strcmp(attr[k].name, "XV_FILTER")) { int xv_filter; |