diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-11-24 19:31:10 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-11-24 19:31:10 +0100 |
commit | 4c1c7e58128f921587589b1d56486a809df490c4 (patch) | |
tree | 9044be20650d6eb21f8f6ca8d81d4bdbc458b93d | |
parent | cad40adce5eda7a50e7d40dae4e88219ef3fe0cf (diff) | |
parent | cf141abfe9a496663a70d55afdff4c43da0eaaa8 (diff) |
Merge pull request #716 from ebzzry/master
Fixed typo.
-rw-r--r-- | doc/manual/release-notes/rl-1.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/release-notes/rl-1.8.xml b/doc/manual/release-notes/rl-1.8.xml index e551ee060..b7acc1773 100644 --- a/doc/manual/release-notes/rl-1.8.xml +++ b/doc/manual/release-notes/rl-1.8.xml @@ -60,7 +60,7 @@ $ nix-store -l $(which xterm) <listitem><para><command>nix-copy-closure</command> now uses <command>nix-store --serve</command> on the remote side to send or receive closures. This fixes a race condition between - <command>nix-copy-closureE</command> and the garbage + <command>nix-copy-closure</command> and the garbage collector.</para></listitem> <listitem><para>Derivations can specify the new special attribute |