From 1ddb3b492bb8e93e773d00daa19b7e1f036a458d Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 23 Feb 2026 21:06:45 +0100 Subject: [PATCH] Fix log message typo --- ayon_api/server_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayon_api/server_api.py b/ayon_api/server_api.py index 6705126b2..65b6faa15 100644 --- a/ayon_api/server_api.py +++ b/ayon_api/server_api.py @@ -1414,7 +1414,7 @@ def _download_file_to_stream( if api_prepended: self.log.warning( f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'." - " Please fix the endpoit passed to the function." + " Please fix the endpoint passed to the function." ) def download_file_to_stream( @@ -1702,7 +1702,7 @@ def _upload_file( if api_prepended: self.log.warning( f"Auto-fixed endpoint '{endpoint}' -> 'api/{endpoint}'." - " Please fix the endpoit passed to the function." + " Please fix the endpoint passed to the function." ) return response