* Print a consistent message.

This commit is contained in:
Eelco Dolstra 2011-10-19 21:34:13 +00:00
parent f186a9141e
commit 00b41e46ed
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ sub processURL {
# Otherwise, just get the uncompressed manifest.
else {
print "obtaining list of Nix archives at `$url'...\n";
print "fetching list of Nix archives at `$url'...\n";
$manifest = downloadFile $url;
}