aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2018-07-24 08:58:21 +0300
committerTapani Pälli <[email protected]>2018-07-31 08:19:38 +0300
commit553af7a1900a0feb6d3b5bcfbf8ccf11816ebf84 (patch)
treef1bdd72c3c99157955ccb7a8924ccb939501eaea /src/mesa/main/teximage.c
parentce80abbb17f828e34ff974e542d34b4d86b3122f (diff)
mesa: fix a typo (trivial)
Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Nanley Chery <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r--src/mesa/main/teximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index f6bfca65ed9..948c7df0511 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -4008,7 +4008,7 @@ copyteximage(struct gl_context *ctx, GLuint dims,
*/
else if (formats_differ_in_component_sizes (texFormat, rb->Format)) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glCopyTexImage%uD(componenet size changed in"
+ "glCopyTexImage%uD(component size changed in"
" internal format)", dims);
return;
}