about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorLeonardo Taglialegne <cmt.miniBill@gmail.com>2022-11-25 15:49:59 +0100
committerLeonardo Taglialegne <cmt.miniBill@gmail.com>2022-11-25 16:11:54 +0100
commit6d77ca3ffd69ddf5b1b233033697836b64e23712 (patch)
tree6e4456a8a643d763cb55a5fabe3c5f7f23c1b6db /nixos/doc
parent55b3f68bda6d4f4dc6092eed0508063f154fa4fd (diff)
Fix typo in 22.11 release notes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml2
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index e4ed65984e675..b0f3688d14dcb 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -656,7 +656,7 @@
           <literal>22.11</literal>. This is to make sure that people
           using
           <link xlink:href="https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html">server-side
-          encryption</link> don’t loose access to their files.
+          encryption</link> don’t lose access to their files.
         </para>
         <para>
           In any other case it’s safe to use OpenSSL 3 for PHP’s openssl
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 14a1de27e9516..72d16c4771a3b 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -210,7 +210,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - The `openssl`-extension for the PHP interpreter used by Nextcloud is built against OpenSSL 1.1 if
   [](#opt-system.stateVersion) is below `22.11`. This is to make sure that people using [server-side encryption](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html)
-  don't loose access to their files.
+  don't lose access to their files.
 
   In any other case it's safe to use OpenSSL 3 for PHP's openssl extension. This can be done by setting
   [](#opt-services.nextcloud.enableBrokenCiphersForSSE) to `false`.