From ba47a8161c17196ad8e27e96c396f2e0083edb07 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 29 Jul 2010 20:53:14 +0100 Subject: Spelling fixes. Source: informational messages generated by lintian. --- src/video_out/video_out_opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_out/video_out_opengl.c') 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); -- cgit v1.2.3