summaryrefslogtreecommitdiff
path: root/tests/glslparsertest
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-05-29 15:44:49 -0600
committerBrian Paul <brianp@vmware.com>2014-05-30 06:01:13 -0600
commit24c6b38d40632f7b608777cc2c1447f246417f1a (patch)
treeb822c33cafc5df5bea8c85c42d982247267178b8 /tests/glslparsertest
parent7e467ac114ed9af5df7c8cb12ad38dd1bb32c7ac (diff)
glslparsertest: s/vesion/version/
Diffstat (limited to 'tests/glslparsertest')
-rw-r--r--tests/glslparsertest/glslparsertest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/glslparsertest.c b/tests/glslparsertest/glslparsertest.c
index 18bd0627f..edce51a0b 100644
--- a/tests/glslparsertest/glslparsertest.c
+++ b/tests/glslparsertest/glslparsertest.c
@@ -340,7 +340,7 @@ test(void)
static void usage(char *name)
{
printf("%s {options} <filename.frag|filename.vert> <pass|fail> "
- "{requested GLSL vesion} {list of required GL extensions}\n", name);
+ "{requested GLSL version} {list of required GL extensions}\n", name);
printf("\nSupported options:\n");
printf(" --check-link: also detect link failures\n");
exit(1);