Author: eelco
Date: Thu Dec 15 14:04:35 2011
New Revision: 30914
URL: https://nixos.org/websvn/nix/?rev=30914&sc=1

Log:
* Typo.

Modified:
   nix/trunk/scripts/nix-copy-closure.in

Modified: nix/trunk/scripts/nix-copy-closure.in
==============================================================================
--- nix/trunk/scripts/nix-copy-closure.in       Thu Dec 15 13:37:11 2011        
(r30913)
+++ nix/trunk/scripts/nix-copy-closure.in       Thu Dec 15 14:04:35 2011        
(r30914)
@@ -96,7 +96,7 @@
 
     close READ or die "nix-store on remote machine `$sshHost' failed: $?";
 
-    # Export the store paths on the remote machine and import them on locally.
+    # Export the store paths on the remote machine and import them locally.
     if (scalar @missing > 0) {
         print STDERR "copying ", scalar @missing, " missing paths from 
‘$sshHost’...\n";
         #print STDERR "  $_\n" foreach @missing;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to