summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2017-09-25 16:01:51 -0600
committerBrian Paul <brianp@vmware.com>2017-09-26 08:05:17 -0600
commit87de60e0ceba10333aafc7737c931a60f8b9f337 (patch)
treec9fb4daf617397cab7e23c3b01a810b44b03e53b
parent95e2f51a28b6cf7ff77d84e1234121c98f10ef64 (diff)
framework: fix comment typos on FastSkip class
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
-rw-r--r--framework/test/opengl.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/test/opengl.py b/framework/test/opengl.py
index e19e4375a..41dfd4add 100644
--- a/framework/test/opengl.py
+++ b/framework/test/opengl.py
@@ -302,8 +302,8 @@ class FastSkip(object):
all the tests that could have, but also a few that should have run.
Keyword Arguments:
- gl_reqruied -- This is a set of extensions that are required for
- running the extension.
+ gl_required -- This is a set of extensions that are required for
+ running the test.
gl_version -- A float that is the required version number for an
OpenGL test.
gles_version -- A float that is the required version number for an
@@ -390,8 +390,8 @@ class FastSkipMixin(object):
has all of the same requirements as that class.
It also provides new attributes:
- gl_reqruied -- This is a set of extensions that are required for
- running the extension.
+ gl_required -- This is a set of extensions that are required for
+ running the test.
gl_version -- A float that is the required version number for an
OpenGL test.
gles_version -- A float that is the required version number for an