mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
mesa: Fix typo in error message
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
a5957f7bc5
commit
b92e7f2da9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue