Mercurial > mplayer.hg
changeset 25754:e614d49112b5
Small typo in message
author | reimar |
---|---|
date | Fri, 18 Jan 2008 18:16:32 +0000 |
parents | 90cca303fbdd |
children | 4ece7bfc77b7 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;