about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2021-03-25 01:28:41 +0100
committerGitHub <noreply@github.com>2021-03-25 01:28:41 +0100
commit219ee8d09178cc4f4d63f58ecad539f09b4f61e8 (patch)
tree124b77685914d12a8be36a7f006f7a4e0adacd95 /nixos/doc/manual
parentd9a1de3d608ef92141a4d45e39fb7257b39f637d (diff)
downloadnixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar.gz
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar.bz2
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar.lz
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar.xz
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.tar.zst
nixlib-219ee8d09178cc4f4d63f58ecad539f09b4f61e8.zip
release notes: typo fixes (#117539)
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2105.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml
index 218bb3ae309d..b7947293c012 100644
--- a/nixos/doc/manual/release-notes/rl-2105.xml
+++ b/nixos/doc/manual/release-notes/rl-2105.xml
@@ -720,8 +720,8 @@ environment.systemPackages = [
     </para>
 
     <para>
-     Aditionally to the much stricter runtime environmet the
-     <literal>/dev/urandom</literal> mount lines we previously had in the code (that would
+     Additionally to the much stricter runtime environment the
+     <literal>/dev/urandom</literal> mount lines we previously had in the code (that
      randomly failed during the stop-phase) have been removed as systemd will take care of those for us.
     </para>
 
@@ -809,7 +809,7 @@ environment.systemPackages = [
    <listitem>
     <para>
      Platforms, like <varname>stdenv.hostPlatform</varname>, no longer have a <varname>platform</varname> attribute.
-     It has been (mostly) flattoned away:
+     It has been (mostly) flattened away:
     </para>
     <itemizedlist>
      <listitem><para><varname>platform.gcc</varname> is now <varname>gcc</varname></para></listitem>