[Piglit] [PATCH] Correct typos in README
Pavol Klačanský
pavol at klacansky.com
Sun Dec 14 01:00:56 PST 2014
---
README | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README b/README
index 2917c3a..1010342 100644
--- a/README
+++ b/README
@@ -317,8 +317,8 @@ python framework:
output, and then reading any trailing characters as well formed json
returning the test result.
- This is a base clas and shouldn't be used directly, but provides an
- explination of the bahvior of the following classes
+ This is a base class and should not be used directly, but provides an
+ explanation of the behavior of the following classes.
PiglitGLTest
A test class for native piglit OpenGL tests.
@@ -330,16 +330,16 @@ python framework:
PiglitCLTest
A test class for native piglit OpenCL tests.
- It currently provides no specail features
+ It currently provides no special features.
GLSLParserTest
A class for testing a glsl parser.
- It is generally unecissary to call this class directly as it uses a helper
- function to search directories for tests
+ It is generally unnecessary to call this class directly as it uses a helper
+ function to search directories for tests.
ShaderTest
- A class for testing using OpenGL shaders
+ A class for testing using OpenGL shaders.
- It is generally unecissary to call this class directly as it uses a helper
- function to search directories for tests
+ It is generally unnecessary to call this class directly as it uses a helper
+ function to search directories for tests.
--
2.1.3
More information about the Piglit
mailing list