Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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):
# 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.