From 2581bc08daec711eaf4b36cc1eb82c91fc78ba73 Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Thu, 5 Jan 2023 20:26:25 -0800 Subject: [PATCH] writers: fix typo in comment --- pkgs/build-support/writers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/writers/default.nix b/pkgs/build-support/writers/default.nix index e964ca6b19c0..88da1ca54a97 100644 --- a/pkgs/build-support/writers/default.nix +++ b/pkgs/build-support/writers/default.nix @@ -101,7 +101,7 @@ let interpreter = "${pkgs.bash}/bin/bash"; }; - # Like writeScriptBIn but the first line is a shebang to bash + # Like writeScriptBin but the first line is a shebang to bash writeBashBin = name: writeBash "/bin/${name}";