Refactor overriden -> overridden + hightlight -> highlight

This commit is contained in:
Roy Nieterau 2022-01-30 23:05:17 +01:00
parent c6eb14ab62
commit f9209be519
31 changed files with 84 additions and 84 deletions

View file

@ -71,7 +71,7 @@ class ExtractSubsetResources(openpype.api.Extractor):
staging_dir = self.staging_dir(instance)
# add default preset type for thumbnail and reviewable video
# update them with settings and overide in case the same
# update them with settings and override in case the same
# are found in there
export_presets = deepcopy(self.default_presets)
export_presets.update(self.export_presets_mapping)