summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-06-06 13:23:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-06-23 13:44:31 +0000
commitab3792931b38d1941cb915d0d79d4035111afbd1 (patch)
tree1d4882e6457f6bcd93316b7d67d6f77f9ddc0201 /python/samba
parentcac56ae4b8f253482f8441c7c35ba6f5a77462f5 (diff)
downloadsamba-ab3792931b38d1941cb915d0d79d4035111afbd1.tar.gz
samba-ab3792931b38d1941cb915d0d79d4035111afbd1.tar.bz2
samba-ab3792931b38d1941cb915d0d79d4035111afbd1.zip
python:samba:subunit: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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.