diff --git a/beat/editor/backend/assetmodel.py b/beat/editor/backend/assetmodel.py index 185fb57c2c492f5e2368f8a48fc9b403289f67ca..4e0b273b4e58e7673d42ee1932928eee82a64403 100644 --- a/beat/editor/backend/assetmodel.py +++ b/beat/editor/backend/assetmodel.py @@ -46,7 +46,7 @@ class AssetType: @classmethod def path(cls, type_): - path = "unkown" + path = "unknown" if type_ == cls.Algorithm: path = "algorithms" elif type_ == cls.Database: