diff options
| author | Andreas Schneider <asn@samba.org> | 2023-06-06 13:23:25 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2023-06-23 13:44:31 +0000 |
| commit | ab3792931b38d1941cb915d0d79d4035111afbd1 (patch) | |
| tree | 1d4882e6457f6bcd93316b7d67d6f77f9ddc0201 /python | |
| parent | cac56ae4b8f253482f8441c7c35ba6f5a77462f5 (diff) | |
| download | samba-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')
| -rw-r--r-- | python/samba/subunit/__init__.py | 2 | ||||
| -rwxr-xr-x | python/samba/subunit/run.py | 2 |
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. |
