From f7bca60920fd2c5711996cf67152692c8b93f0c7 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:05:15 +0200 Subject: Add missing words --- synapse/http/matrixfederationclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index b78cf2bafb..12c41c39e9 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -1758,7 +1758,7 @@ class MatrixFederationHttpClient: request.destination, str_url, ) - # We don't know how large the response upfront, so limit it to + # We don't know how large the response will be upfront, so limit it to # the `max_upload_size` config value. length, headers, _, _ = await self._simple_http_client.get_file( str_url, output_stream, self.max_download_size -- cgit 1.4.1