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.] #