diff libvo/vo_gl.c @ 25754:e614d49112b5

Small typo in message
author reimar
date Fri, 18 Jan 2008 18:16:32 +0000
parents 9a96fd14d1c5
children 851db1ed62b4
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;