diff options
author | Matthias Dahl <matt2000@users.sourceforge.net> | 2001-11-06 11:49:44 +0000 |
---|---|---|
committer | Matthias Dahl <matt2000@users.sourceforge.net> | 2001-11-06 11:49:44 +0000 |
commit | abf42e039d64e61a1c2cdb045e4a22aec8cbf7e7 (patch) | |
tree | 96d72a132231a01e360d53f6979adb67ecb3a1eb | |
parent | 7166380d790b7d35cd6fd31b86abb86088b6e960 (diff) | |
download | xine-lib-abf42e039d64e61a1c2cdb045e4a22aec8cbf7e7.tar.gz xine-lib-abf42e039d64e61a1c2cdb045e4a22aec8cbf7e7.tar.bz2 |
fixing typo (unimportant but nevertheless *grin*)
CVS patchset: 966
CVS date: 2001/11/06 11:49:44
-rw-r--r-- | src/video_out/video_out_syncfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 83d6cf974..0d76513f5 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.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_syncfb.c,v 1.33 2001/11/05 23:15:13 matt2000 Exp $ + * $Id: video_out_syncfb.c,v 1.34 2001/11/06 11:49:44 matt2000 Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -28,7 +28,7 @@ * and by Matthias Oelmann <mao@well.com> * video_out_mga by Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * - * tied togehter with lot of clue for xine by Matthias Dahl <matthew2k@web.de> + * tied togehter with lot of glue for xine by Matthias Dahl <matthew2k@web.de> * */ |