Mesa (master): mesa: Fix typo in error message

Chris Forbes chrisf at kemper.freedesktop.org
Sun Apr 13 00:36:50 UTC 2014


Module: Mesa
Branch: master
Commit: b92e7f2da9b72ca239204a7be802a5c64ff6cf4c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b92e7f2da9b72ca239204a7be802a5c64ff6cf4c

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Sun Apr 13 11:53:16 2014 +1200

mesa: Fix typo in error message

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/mesa/main/drawpix.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c
index 63e5870..1865a66 100644
--- a/src/mesa/main/drawpix.c
+++ b/src/mesa/main/drawpix.c
@@ -109,7 +109,7 @@ _mesa_DrawPixels( GLsizei width, GLsizei height,
       /* these buffers must exist */
       if (!_mesa_dest_buffer_exists(ctx, format)) {
          _mesa_error(ctx, GL_INVALID_OPERATION,
-                     "glDrawPixels(missing deest buffer)");
+                     "glDrawPixels(missing dest buffer)");
          goto end;
       }
       break;




More information about the mesa-commit mailing list