diff --git a/io_scene_fbx/cycles_shader_compat.py b/io_scene_fbx/cycles_shader_compat.py index f26fd6a9bd258a43f690f3924f1adce9df7e625f..e0adbea714595de8725111b0b52857bc49d088ec 100644 --- a/io_scene_fbx/cycles_shader_compat.py +++ b/io_scene_fbx/cycles_shader_compat.py @@ -434,7 +434,7 @@ class CyclesShaderWrapper(): node = self.node_mix_color_alpha # note: use_alpha may need to be configurable # its not always the case that alpha channels use the image alpha - # a greyscale image may also be used. + # a grayscale image may also be used. self.node_image_alpha = ( self._image_create_helper(image, node, (node.inputs["Color2"],), use_alpha=True))