about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorJeremy Schlatter <jeremy@jeremyschlatter.com>2023-01-05 20:26:25 -0800
committerGitHub <noreply@github.com>2023-01-05 20:26:25 -0800
commit2581bc08daec711eaf4b36cc1eb82c91fc78ba73 (patch)
tree187696112fbda96b83cc75216f43cdf7db352c27 /pkgs/build-support
parenta15b9373b8ee8d3c84c4f535c77834c7f58d9b44 (diff)
writers: fix typo in comment
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/writers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/writers/default.nix b/pkgs/build-support/writers/default.nix
index e964ca6b19c09..88da1ca54a975 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}";