From 713e6ddd334b78cfe01cc6503f5643b26f01d99c Mon Sep 17 00:00:00 2001 From: Anael Beutot Date: Mon, 3 Dec 2012 16:37:03 +0100 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer --- cccli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cccli/command.py b/cccli/command.py index 98fc57f..9690c26 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") -- GitLab