From: Tapani Pälli Date: Tue, 24 Jul 2018 05:58:21 +0000 (+0300) Subject: mesa: fix a typo (trivial) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=553af7a1900a0feb6d3b5bcfbf8ccf11816ebf84;p=mesa.git mesa: fix a typo (trivial) Signed-off-by: Tapani Pälli Reviewed-by: Nanley Chery Reviewed-by: Eric Anholt --- 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; }