aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-11-18 17:03:45 +0100
committerGitHub <noreply@github.com>2020-11-18 17:03:45 +0100
commit79aa7d95183cbe6c0d786965f0dbff414fd1aa67 (patch)
treeea11440e4b639c2a25603a263758805fb7457931
parentae3191666f1828d9694fb615a721d409fb8582bd (diff)
parent0fa6d380b2143af68d4c7c6ab55b639516014304 (diff)
Merge pull request #4268 from DavHau/patch-1
fix typo in comment in fetchurl.nix
-rw-r--r--corepkgs/fetchurl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix
index a84777f57..02531103b 100644
--- a/corepkgs/fetchurl.nix
+++ b/corepkgs/fetchurl.nix
@@ -1,6 +1,6 @@
{ system ? "" # obsolete
, url
-, hash ? "" # an SRI ash
+, hash ? "" # an SRI hash
# Legacy hash specification
, md5 ? "", sha1 ? "", sha256 ? "", sha512 ? ""