[Piglit] [PATCH 5/8] piglit: Fix spelling mistakes
Eric Engestrom
eric at engestrom.ch
Sun Apr 3 18:21:29 UTC 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
piglit | 2 +-
piglit-resume.py | 2 +-
piglit-run.py | 2 +-
piglit-summary-html.py | 2 +-
piglit-summary.py | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/piglit b/piglit
index cc05bcc..e3c1f51 100755
--- a/piglit
+++ b/piglit
@@ -23,7 +23,7 @@
""" Wrapper for piglit executables
This imports functions from the framework and calls them with the argument
-parts that the parser defined here doesn't konw how to parse.
+parts that the parser defined here doesn't know how to parse.
It is very important that the final parser not generate a help message
(add_help=False in the constructor arguments), otherwise this parser will
diff --git a/piglit-resume.py b/piglit-resume.py
index c8f0fe2..43db8fa 100755
--- a/piglit-resume.py
+++ b/piglit-resume.py
@@ -22,7 +22,7 @@
""" Resume an interupted piglit run
-Deprecated compatability wrapper
+Deprecated compatibility wrapper
"""
diff --git a/piglit-run.py b/piglit-run.py
index 7f6cf1a..d1bd69d 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -22,7 +22,7 @@
""" Run a piglit test profile
-Deprecated compatability wrapper
+Deprecated compatibility wrapper
"""
diff --git a/piglit-summary-html.py b/piglit-summary-html.py
index 163d006..cb4e78c 100755
--- a/piglit-summary-html.py
+++ b/piglit-summary-html.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-""" Deprecated compatability wrapper for html summary """
+""" Deprecated compatibility wrapper for html summary """
from __future__ import (
absolute_import, division, print_function, unicode_literals
diff --git a/piglit-summary.py b/piglit-summary.py
index 62f29ce..307d804 100755
--- a/piglit-summary.py
+++ b/piglit-summary.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-""" Deprecated compatability wrapper for console summary """
+""" Deprecated compatibility wrapper for console summary """
from __future__ import (
absolute_import, division, print_function, unicode_literals
--
2.8.0
More information about the Piglit
mailing list