From 2b95525429935474ee4b507348507da45adc6872 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 21 Sep 2010 14:56:58 -0600 Subject: [PATCH] glsl2: fix typo in error msg --- src/glsl/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index c2c662152e2..53e18a06d1b 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, -- 2.30.2