From bfdccb6298c5d8cd533fef37c9efe1c20bbfbf6a Mon Sep 17 00:00:00 2001 From: Martin Zacho Date: Mon, 4 Sep 2023 22:24:12 +0200 Subject: [PATCH] pkgs/stdenv: fix typo in booter.nix docs --- pkgs/stdenv/booter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.] #