diff options
author | Brian Paul <brianp@vmware.com> | 2014-05-29 15:44:49 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-05-30 06:01:13 -0600 |
commit | 24c6b38d40632f7b608777cc2c1447f246417f1a (patch) | |
tree | b822c33cafc5df5bea8c85c42d982247267178b8 /tests/glslparsertest | |
parent | 7e467ac114ed9af5df7c8cb12ad38dd1bb32c7ac (diff) |
glslparsertest: s/vesion/version/
Diffstat (limited to 'tests/glslparsertest')
-rw-r--r-- | tests/glslparsertest/glslparsertest.c | 2 |
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); |