From: Brian Paul Date: Tue, 21 Sep 2010 20:56:58 +0000 (-0600) Subject: glsl2: fix typo in error msg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b95525429935474ee4b507348507da45adc6872;p=mesa.git glsl2: fix typo in error msg --- 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,