From de40f36c254ad06e5a07cf9465cd94b4e9fe357a Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Thu, 14 Mar 2024 23:46:42 +0800 Subject: [PATCH] fix typo --- client/ayon_core/hosts/zbrush/api/communication_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/hosts/zbrush/api/communication_server.py b/client/ayon_core/hosts/zbrush/api/communication_server.py index 19bbbc1986..5b9bc91266 100644 --- a/client/ayon_core/hosts/zbrush/api/communication_server.py +++ b/client/ayon_core/hosts/zbrush/api/communication_server.py @@ -346,7 +346,7 @@ class QtZbrushRpc(BaseZbrushRpc): async def scene_inventory_tool(self): """Open Scene Inventory tool. - Function can't confirm if tool was opened becauise one part of + Function can't confirm if tool was opened because one part of SceneInventory initialization is calling websocket request to host but host can't response because is waiting for response from this call. """