diff options
author | Ivan Kozik <ivan@ludios.org> | 2013-08-10T21·36+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-26T09·15+0200 |
commit | 34bb806f747d5edc16119e38e2ac44e6b236ac12 (patch) | |
tree | bee9d463cd53277998bc20b7b37e78745461ce25 /doc/manual/release-notes.xml | |
parent | c6c024ca6f587dab991589ad6fdf010b9f0e6d62 (diff) |
Fix typos, especially those that end up in the Nix manual
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index a1132b978ead..e44cea2f1113 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -1358,7 +1358,7 @@ irreversible.</para></warning> </para></listitem> - <listitem><para>You can now unambigously specify which derivation to + <listitem><para>You can now unambiguously specify which derivation to build or install in <command>nix-env</command>, <command>nix-instantiate</command> and <command>nix-build</command> using the <option>--attr</option> / <option>-A</option> flags, which @@ -1498,7 +1498,7 @@ irreversible.</para></warning> <itemizedlist> <listitem><para>Make sure that the garbage collector can run - succesfully when the disk is full + successfully when the disk is full (<literal>NIX-18</literal>).</para></listitem> <listitem><para><command>nix-env</command> now locks the profile @@ -1853,7 +1853,7 @@ $ nix-env -f .../i686-linux.nix -i -E 'x: x.firefoxWrapper'</screen> </itemizedlist></para></listitem> <listitem><para>A hash of the contents of a store path is now stored - in the database after a succesful build. This allows you to check + in the database after a successful build. This allows you to check whether store paths have been tampered with: <command>nix-store --verify --check-contents</command>.</para></listitem> @@ -2017,7 +2017,7 @@ $ nix-env -f .../i686-linux.nix -i -E 'x: x.firefoxWrapper'</screen> <itemizedlist> <listitem><para>Derivations for other platforms are filtered out - (which can be overriden using + (which can be overridden using <option>--system-filter</option>).</para></listitem> <listitem><para><option>--install</option> by default now |