summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/shaders/CorrectFull.vert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/shaders/CorrectFull.vert')
-rw-r--r--tests/glslparsertest/shaders/CorrectFull.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/shaders/CorrectFull.vert b/tests/glslparsertest/shaders/CorrectFull.vert
index b3ff1e97a..d64ec713d 100644
--- a/tests/glslparsertest/shaders/CorrectFull.vert
+++ b/tests/glslparsertest/shaders/CorrectFull.vert
@@ -59,7 +59,7 @@ struct light7 {
light3 struct_var = light3(5.0);
-// Attribtue variables can only be Global
+// Attribute variables can only be Global
attribute float flt_attrib;
attribute vec2 vec2_attrib;
attribute vec3 vec3_attrib;