about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikita Uvarov <uv.nikita@gmail.com>2017-10-01 12:44:06 +0200
committerGitHub <noreply@github.com>2017-10-01 12:44:06 +0200
commita2ce4f25fe082bf3d53c5ba92710d05bddf3ade5 (patch)
tree8e623d12013c14d87ae0a40c8c410101c13f5d48 /nixos
parent8f99dc2cc9fcfd1f2f779e174bed586aad0baf68 (diff)
downloadnixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar.gz
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar.bz2
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar.lz
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar.xz
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.tar.zst
nixlib-a2ce4f25fe082bf3d53c5ba92710d05bddf3ade5.zip
17.09 release notes: fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1709.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 4e4b0178a088..66f7b01db72a 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -534,7 +534,7 @@ FLUSH PRIVILEGES;
       Nixpkgs overlays may now be specified with a file as well as a directory. The
       value of <literal>&lt;nixpkgs-overlays></literal> may be a file, and
       <filename>~/.config/nixpkgs/overlays.nix</filename> can be used instead of the
-      <filename>~/.config/nixpkgs/overalys</filename> directory.
+      <filename>~/.config/nixpkgs/overlays</filename> directory.
     </para>
     <para>
       See the overlays chapter of the Nixpkgs manual for more details.