# HG changeset patch # User reimar # Date 1200680192 0 # Node ID e614d49112b5c8b1e35d7fa6b667a769f2613efb # Parent 90cca303fbdd7fa7a67d25b6f78e4ac137c086cf Small typo in message diff -r 90cca303fbdd -r e614d49112b5 libvo/vo_gl.c --- a/libvo/vo_gl.c Fri Jan 18 01:57:40 2008 +0000 +++ b/libvo/vo_gl.c Fri Jan 18 18:16:32 2008 +0000 @@ -686,7 +686,7 @@ BindBuffer(GL_PIXEL_UNPACK_BUFFER, 0); if (mpi->planes[0] == NULL) { if (!err_shown) - mp_msg(MSGT_VO, MSGL_ERR, "[gl] could not aquire buffer for dr\n" + mp_msg(MSGT_VO, MSGL_ERR, "[gl] could not acquire buffer for dr\n" "Expect a _major_ speed penalty\n"); err_shown = 1; return VO_FALSE;