diff --git a/kas/repos.py b/kas/repos.py index ae345b0..56bc54f 100644 --- a/kas/repos.py +++ b/kas/repos.py @@ -128,7 +128,7 @@ class Repo: if typ == 'hg': return MercurialRepo(url, path, refspec, layers, patches, disable_operations) - raise NotImplementedError('Repo typo "%s" not supported.' % typ) + raise NotImplementedError('Repo type "%s" not supported.' % typ) @staticmethod def get_root_path(path, fallback=True):