[Piglit] [PATCH 1/2] framework: fix comment typos on FastSkip class

Brian Paul brianp at vmware.com
Mon Sep 25 22:47:23 UTC 2017


---
 framework/test/opengl.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/framework/test/opengl.py b/framework/test/opengl.py
index e19e437..41dfd4a 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
-- 
1.9.1



More information about the Piglit mailing list