From f40db99c7ba2e66c80363dc95d7f4a965720e3f8 Mon Sep 17 00:00:00 2001 From: Linquize Date: Fri, 9 May 2014 23:25:59 +0800 Subject: [PATCH] fetchurl: Fix typo in comment (close #2591) --- pkgs/build-support/fetchurl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchurl/default.nix b/pkgs/build-support/fetchurl/default.nix index f34640901bb..c74131a9e60 100644 --- a/pkgs/build-support/fetchurl/default.nix +++ b/pkgs/build-support/fetchurl/default.nix @@ -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