diff --git a/cccli/command.py b/cccli/command.py index 98fc57f186cadd58b32cee14430a2e2887e78e0a..9690c2685bffd4770b262e3a6ac1be151431e8ef 100644 --- a/cccli/command.py +++ b/cccli/command.py @@ -98,7 +98,7 @@ class Commands(object): @staticmethod def load_commands(path, cls): - '''Load sublasss of cls from package name''' + '''Load subclass of cls from package name''' cmds=dict() for name in os.listdir(path): if (name.endswith(".py")