about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-07-23 09:45:43 +0100
committerGitHub <noreply@github.com>2021-07-23 09:45:43 +0100
commit7bf8b97d6851a79ad6d4101befd30069827f70b3 (patch)
tree35a2709387e433a0d1a096ad63aea8facb66e269 /pkgs/stdenv
parent76e175c56bbffaff5a237d6617ad006cb211ee3d (diff)
parentf3d9711f050ede32d9180c74eee18da64ae2cbf8 (diff)
downloadnixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar.gz
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar.bz2
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar.lz
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar.xz
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.tar.zst
nixlib-7bf8b97d6851a79ad6d4101befd30069827f70b3.zip
Merge pull request #130601 from happysalada/stdenv_cosmetic
Stdenv cosmetic
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/generic/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/generic/setup.sh b/pkgs/stdenv/generic/setup.sh
index 066ef6ed9eb3..2a1e0cfc6de3 100644
--- a/pkgs/stdenv/generic/setup.sh
+++ b/pkgs/stdenv/generic/setup.sh
@@ -487,7 +487,7 @@ activatePackage() {
     # build platform are included here. That would be `depsBuild*`,
     # and legacy `nativeBuildInputs`, in general. If we aren't cross
     # compiling, however, everything can be put on the PATH. To ease
-    # the transition, we do include everything in thatcase.
+    # the transition, we do include everything in that case.
     #
     # TODO(@Ericson2314): Don't special-case native compilation
     if [[ -z "${strictDeps-}" || "$hostOffset" -le -1 ]]; then