From ab2518c5fead7c573813bbdac1b56c65fc221816 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 18 Jan 2008 18:16:32 +0000 Subject: Small typo in message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25782 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 4cd5c049f2..b0e1e495bd 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -686,7 +686,7 @@ static uint32_t get_image(mp_image_t *mpi) { 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; -- cgit v1.2.3