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