repos: Finally fix typo

Something happened to 53668123c7 while I applied it. Fix it for real.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2020-06-29 22:12:05 +02:00
parent b2e1074771
commit acdb774d67

View File

@ -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):