summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2022-05-09 20:31:52 +0200
committerDavid Heidelberg <david.heidelberg@collabora.com>2022-08-29 23:10:10 +0200
commitc10a0731c9402a257477efc30346e6bfad11ee53 (patch)
tree22041f2272fde783bc2d0b1976164e93bb1ec04c /examples
parentebb29325050d9ab602b878bac2218d22199f38c2 (diff)
fix the spelling in whole piglit
Reviewed-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/670>
Diffstat (limited to 'examples')
-rw-r--r--examples/glsl_parser_test/ReadMe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/glsl_parser_test/ReadMe.txt b/examples/glsl_parser_test/ReadMe.txt
index 21b00a5e6..4a2bcdce9 100644
--- a/examples/glsl_parser_test/ReadMe.txt
+++ b/examples/glsl_parser_test/ReadMe.txt
@@ -1,3 +1,3 @@
This directory holds example test files that can be registered with Piglit
-with ``add_glsl_parser_test()``. For a decription of the the test's
+with ``add_glsl_parser_test()``. For a description of the the test's
behavior and file format, see the docstrings in file glsl_parser_test.py.