]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:samba:subunit: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jun 2023 11:23:25 +0000 (13:23 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 23 Jun 2023 13:44:31 +0000 (13:44 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/subunit/__init__.py
python/samba/subunit/run.py

index f823172dcb63a2bfb9d2c6eda9104a5e744f6142..813e53bdafd988d3b307de1675485d7d3dc0d481 100644 (file)
@@ -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):
index 913c61f0d1b4322e984d37804f2e2cfd7891b716..d331c79ab0d92a6d1a5f7ad2f06f969fac938ceb 100755 (executable)
@@ -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.