about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorMartin Zacho <hi@martinzacho.net>2023-09-04 22:24:12 +0200
committerMartin Zacho <hi@martinzacho.net>2023-09-04 22:24:12 +0200
commitbfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a (patch)
tree0d9fc54fc792a550fc5a23919108a973111d7adc /pkgs/stdenv
parentca6ed1cc8d4771d5d115d16b9f67157c658e36d8 (diff)
downloadnixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar.gz
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar.bz2
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar.lz
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar.xz
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.tar.zst
nixlib-bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a.zip
pkgs/stdenv: fix typo in booter.nix docs
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/booter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/booter.nix b/pkgs/stdenv/booter.nix
index f1d07e6461a9..7fc1fa42b965 100644
--- a/pkgs/stdenv/booter.nix
+++ b/pkgs/stdenv/booter.nix
@@ -8,7 +8,7 @@
 # special snowflake due to different authors writing in different times.]
 #
 # The second goal is consistency across each stdenv's stage functions. By
-# writing each stage it terms of the previous stage, commonalities between them
+# writing each stage in terms of the previous stage, commonalities between them
 # are more easily observable. [Before, there usually was a big attribute set
 # with each stage, and stages would access the previous stage by name.]
 #