Mesa (7.9): glsl2: fix typo in error msg

Brian Paul brianp at kemper.freedesktop.org
Tue Sep 21 20:58:39 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 2606105cc5c452f32e3b3418e474e3c71702534a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2606105cc5c452f32e3b3418e474e3c71702534a

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Sep 21 14:58:24 2010 -0600

glsl2: fix typo in error msg

(cherry picked from commit 2b95525429935474ee4b507348507da45adc6872)

---

 src/glsl/linker.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index c2c6621..53e18a0 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -457,7 +457,7 @@ cross_validate_outputs_to_inputs(struct gl_shader_program *prog,
 	  */
 	 if (input->type != output->type) {
 	    linker_error_printf(prog,
-				"%s shader output `%s' delcared as "
+				"%s shader output `%s' declared as "
 				"type `%s', but %s shader input declared "
 				"as type `%s'\n",
 				producer_stage, output->name,




More information about the mesa-commit mailing list