summaryrefslogtreecommitdiff
path: root/self-tests
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 /self-tests
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 'self-tests')
-rwxr-xr-xself-tests/test-installed-piglit-script-imports-correct-framework-module2
1 files changed, 1 insertions, 1 deletions
diff --git a/self-tests/test-installed-piglit-script-imports-correct-framework-module b/self-tests/test-installed-piglit-script-imports-correct-framework-module
index 757d059c4..f0a19a400 100755
--- a/self-tests/test-installed-piglit-script-imports-correct-framework-module
+++ b/self-tests/test-installed-piglit-script-imports-correct-framework-module
@@ -14,7 +14,7 @@ PIGLIT_INSTALL_VERSION_CHOICES = [None, '1234']
DESCRIPTION = dedent("""\
Test that the main piglit script, when installed, successfully imports
- the corrrect framework module.
+ the correct framework module.
Failure modes
1. The script fails to find any framework module and dies.