summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-18 18:16:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-18 18:16:32 +0000
commitab2518c5fead7c573813bbdac1b56c65fc221816 (patch)
tree6cfb0cdbf3818ee88bf60efec22ed4cdbbdc7dfb /libvo
parente4f2123310b7d8d327f7bbd7618b9bc46116b639 (diff)
downloadmpv-ab2518c5fead7c573813bbdac1b56c65fc221816.tar.bz2
mpv-ab2518c5fead7c573813bbdac1b56c65fc221816.tar.xz
Small typo in message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
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;