diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-18 12:39:59 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-18 12:39:59 +0000 |
commit | 0375e5fe2bc3c7972f8d32e82e00114bbd1732cf (patch) | |
tree | 61671625cdcc99a4b5bf7f5f7d6edce87316aaed /libvo/gl_common.c | |
parent | 4d6faa7bfdff44457e558f9efd1bea58329a7e6c (diff) | |
download | mpv-0375e5fe2bc3c7972f8d32e82e00114bbd1732cf.tar.bz2 mpv-0375e5fe2bc3c7972f8d32e82e00114bbd1732cf.tar.xz |
Fix typo in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24805 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r-- | libvo/gl_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c index 247f7269c6..8c0a70f451 100644 --- a/libvo/gl_common.c +++ b/libvo/gl_common.c @@ -4,7 +4,7 @@ * * Common OpenGL routines. * Copyleft (C) Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>, 2005 - * Licensend under the GNU GPL v2 or later. + * Licensed under the GNU GPL v2 or later. * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c * gave me lots of good ideas. */ |