summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-04-17 23:18:54 +0100
committerThiago Kenji Okada <thiagokokada@gmail.com>2022-04-17 23:18:54 +0100
commitd67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7 (patch)
tree5de6678df1b8d8711fc4694008713612e37c9b18 /nixos
parent3855e83c49fa2be185c88e56d6c56b40c165b103 (diff)
downloadnixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar.gz
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar.bz2
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar.lz
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar.xz
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.tar.zst
nixpkgs-d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7.zip
nixos/doc: fix typos
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml4
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index e798996f4f4..29a63a454ab 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1812,9 +1812,9 @@
           When setting
           <link linkend="opt-i18n.inputMethod.enabled">i18n.inputMethod.enabled</link>
           to <literal>fcitx5</literal>, it no longer creates
-          coresponding systemd user services. It now relies on XDG
+          corresponding systemd user services. It now relies on XDG
           autostart files to start and work properly in your desktop
-          seesions. If your are using only a window manager without a
+          sessions. If you are using only a window manager without a
           desktop manager, you need to enable
           <literal>services.xserver.desktopManager.runXdgAutostartIfNone</literal>
           or using the <literal>dex</literal> package to make
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index fa0c3867e97..c4fff8627d0 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -662,9 +662,9 @@ In addition to numerous new and upgraded packages, this release has the followin
   This replaces helpers like the `dex` package.
 
 - When setting [i18n.inputMethod.enabled](#opt-i18n.inputMethod.enabled) to `fcitx5`,
-  it no longer creates coresponding systemd user services.
-  It now relies on XDG autostart files to start and work properly in your desktop seesions.
-  If your are using only a window manager without a desktop manager, you need to enable
+  it no longer creates corresponding systemd user services.
+  It now relies on XDG autostart files to start and work properly in your desktop sessions.
+  If you are using only a window manager without a desktop manager, you need to enable
   `services.xserver.desktopManager.runXdgAutostartIfNone` or using the `dex` package to make `fcitx5` work.
 
 - A new module was added for the Envoy reverse proxy, providing the options `services.envoy.enable` and `services.envoy.settings`.