summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2011-01-12 11:01:46 -0800
committerChad Versace <chad.versace@intel.com>2011-01-12 13:03:58 -0800
commitae2500e3adf684a79111473fe0d3327462cd6891 (patch)
treeb77da3feeabd565d9568d861305e14eca46a2971 /framework
parent1f2878301adc6687f7e8ea8dd688c7ee211dda05 (diff)
glsl_parser_test.py: Fix minor typo
Diffstat (limited to 'framework')
-rwxr-xr-xframework/glsl_parser_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/glsl_parser_test.py b/framework/glsl_parser_test.py
index 29b14de3..2fd8a5dd 100755
--- a/framework/glsl_parser_test.py
+++ b/framework/glsl_parser_test.py
@@ -29,7 +29,7 @@ standalone tests on the command line. To add a test to a Piglit group, us
``glsl_parser_test.py TEST_FILE``.
"""
-usage_message = "uasge: glsl_parser_test.py TEST_FILE"
+usage_message = "usage: glsl_parser_test.py TEST_FILE"
import ConfigParser
import os