From e81330931128d3c0953eadccdd1a40d2cbf2d4ab Mon Sep 17 00:00:00 2001 From: Virkkunen Date: Fri, 4 Jul 2025 21:19:20 +0200 Subject: [PATCH] fix spelling --- .../custom/matrix-continuwuity/templates/continuwuity.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 b/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 index eadecd34f..9ee764e9d 100644 --- a/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 +++ b/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 @@ -615,7 +615,7 @@ trusted_servers = {{ matrix_continuwuity_trusted_servers | to_json }} # specifically on room joins. This option limits the exposure to a # compromised trusted server to room joins only. The join operation # requires gathering keys from many origin servers which can cause -# significant delays. Therefor this defaults to true to mitigate +# significant delays. Therefore this defaults to true to mitigate # unexpected delays out-of-the-box. The security-paranoid or those willing # to tolerate delays are advised to set this to false. Note that setting # query_trusted_key_servers_first to true causes this option to be @@ -626,7 +626,7 @@ trusted_servers = {{ matrix_continuwuity_trusted_servers | to_json }} # Only query trusted servers for keys and never the origin server. This is # intended for clusters or custom deployments using their trusted_servers # as forwarding-agents to cache and deduplicate requests. Notary servers -# do not act as forwarding-agents by default, therefor do not enable this +# do not act as forwarding-agents by default, therefore do not enable this # unless you know exactly what you are doing. # #only_query_trusted_key_servers = false