diff --git a/tools/resources/resource_map/resource_generator.py b/tools/resources/resource_map/resource_generator.py index 87db41d4..9e185d0f 100644 --- a/tools/resources/resource_map/resource_generator.py +++ b/tools/resources/resource_map/resource_generator.py @@ -31,7 +31,7 @@ class ResourceGeneratorMetaclass(type): if cls.type: _ResourceGenerators[cls.type] = cls -# Instatiate the metaclass into a baseclass we can use elsewhere. +# Instantiate the metaclass into a baseclass we can use elsewhere. ResourceGeneratorBase = ResourceGeneratorMetaclass('ResourceGenerator', (object,), {})