From 389b6100ac11faf4e7fc9ad4cdccbe639c1fb2c6 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Tue, 2 Apr 2024 13:24:50 +0200 Subject: [PATCH] fix typo --- .../ayon_core/hosts/houdini/plugins/create/create_mantra_ifd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/hosts/houdini/plugins/create/create_mantra_ifd.py b/client/ayon_core/hosts/houdini/plugins/create/create_mantra_ifd.py index 0d9cfdf3d2..9ec3444f04 100644 --- a/client/ayon_core/hosts/houdini/plugins/create/create_mantra_ifd.py +++ b/client/ayon_core/hosts/houdini/plugins/create/create_mantra_ifd.py @@ -34,7 +34,7 @@ def create(self, product_name, instance_data, pre_create_data): # Mantra ROP settings "soho_diskfile": filepath, "soho_outputmode": 1, - # Enable `Save Geometery Inline` + # Enable `Save Geometry Inline` # As it's hard to update the geo reference # inside the IFD file after publishing the IFDs. "vm_inlinestorage": 1