fetchurl: Fix typo in comment (close #2591)

This commit is contained in:
Linquize 2014-05-09 23:25:59 +08:00 committed by Vladimír Čunát
parent 5112e6476b
commit f40db99c7b

View File

@ -64,7 +64,7 @@ in
, recursiveHash ? false
, # Shell code executed after the file has been fetched
# succesfully. This can do things like check or transform the file.
# successfully. This can do things like check or transform the file.
postFetch ? ""
, # Whether to download to a temporary path rather than $out. Useful