summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/subunit/__init__.py2
-rwxr-xr-xpython/samba/subunit/run.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/subunit/__init__.py b/python/samba/subunit/__init__.py
index f823172dcb6..813e53bdafd 100644
--- a/python/samba/subunit/__init__.py
+++ b/python/samba/subunit/__init__.py
@@ -48,7 +48,7 @@ class RemotedTestCase(unittest.TestCase):
return False
def __init__(self, description):
- """Create a psuedo test case with description description."""
+ """Create a pseudo test case with description description."""
self.__description = description
def error(self, label):
diff --git a/python/samba/subunit/run.py b/python/samba/subunit/run.py
index 913c61f0d1b..d331c79ab0d 100755
--- a/python/samba/subunit/run.py
+++ b/python/samba/subunit/run.py
@@ -237,7 +237,7 @@ else:
# discovery on an old version and doesn't have discover installed.
# - If --catch is given check that installHandler is available, as
# it won't be on old python versions.
-# - print calls have been been made single-source python3 compatibile.
+# - print calls have been been made single-source python3 compatible.
# - exception handling likewise.
# - The default help has been changed to USAGE_AS_MAIN and USAGE_FROM_MODULE
# removed.