summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-06-24 13:45:33 +0900
committerRaphael Megzari <raphael@megzari.com>2021-07-06 09:27:18 +0900
commit740582739c6153924a33a9b4867f15d2ef7a2441 (patch)
treeb5edc3831953e80bb72d99b0118f3856bec9474d /pkgs/stdenv
parentfaca9440fba4c823d0714e14b93ba394fe739191 (diff)
downloadnixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar.gz
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar.bz2
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar.lz
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar.xz
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.tar.zst
nixpkgs-740582739c6153924a33a9b4867f15d2ef7a2441.zip
setup.sh: missing white space
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 e2778071034..b668d9e7a2a 100644
--- a/pkgs/stdenv/generic/setup.sh
+++ b/pkgs/stdenv/generic/setup.sh
@@ -494,7 +494,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