Mesa (master): mesa: fix a typo (trivial)

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 31 06:05:28 UTC 2018


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

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Tue Jul 24 08:58:21 2018 +0300

mesa: fix a typo (trivial)

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

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

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index f6bfca65ed..948c7df051 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;
       }




More information about the mesa-commit mailing list