summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-07-29 20:53:14 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-07-29 20:53:14 +0100
commitba47a8161c17196ad8e27e96c396f2e0083edb07 (patch)
treea04551dcc0e17cd52e4d83bc177d9c5e5ce1c8cf /src/video_out/video_out_opengl.c
parentc41975a7b4ca8e473979bfa13229f6077b951697 (diff)
downloadxine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.gz
xine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.bz2
Spelling fixes.
Source: informational messages generated by lintian.
Diffstat (limited to 'src/video_out/video_out_opengl.c')
-rw-r--r--src/video_out/video_out_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index 648cd38c5..76040f623 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -955,7 +955,7 @@ static int render_setup_fp_yuv (opengl_driver_t *this) {
glGetIntegerv (MYGL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
if (errorpos != -1)
xprintf (this->xine, XINE_VERBOSITY_NONE,
- "video_out_opengl: fragprog_yuv errorpos %d begining with '%.20s'. Ask a wizard.\n",
+ "video_out_opengl: fragprog_yuv errorpos %d beginning with '%.20s'. Ask a wizard.\n",
errorpos, fragprog_yuv+errorpos);
glEnable (MYGL_FRAGMENT_PROGRAM_ARB);