about summary refs log tree commit diff
path: root/pkgs/build-support/fetchpatch
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-03-15 19:11:10 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-03-15 19:11:10 +0100
commit80672b6b87208c1bb3528fbc120cb916f4b37ebb (patch)
treec9cac5535f6c08bf4d2181e49eb95e92be6dcc95 /pkgs/build-support/fetchpatch
parent99a957451806bdbb866098560dc9b4d78d451719 (diff)
fetchpatch: Fix typos
Diffstat (limited to 'pkgs/build-support/fetchpatch')
-rw-r--r--pkgs/build-support/fetchpatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/fetchpatch/default.nix b/pkgs/build-support/fetchpatch/default.nix
index 740baa8cff5fe..6e25b2d6ecc55 100644
--- a/pkgs/build-support/fetchpatch/default.nix
+++ b/pkgs/build-support/fetchpatch/default.nix
@@ -54,9 +54,9 @@ fetchurl ({
       "$tmpfile" > "$out"
 
     if [ ! -s "$out" ]; then
-      echo "error: Filtered patch '$out$' is empty (while the original patch file was not)!" 1>&2
+      echo "error: Filtered patch '$out' is empty (while the original patch file was not)!" 1>&2
       echo "Check your includes and excludes." 1>&2
-      echo "Normalizd patch file was:" 1>&2
+      echo "Normalized patch file was:" 1>&2
       cat "$tmpfile" 1>&2
       exit 1
     fi