about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-07-19 14:49:47 +0900
committerhappysalada <raphael@megzari.com>2021-07-19 14:49:47 +0900
commit4fc50527f8830b7b36a4a4d36d3a27601b9cca74 (patch)
treeb8869bd5ef5082242f8893e88c63a3a8052ce458 /pkgs/stdenv
parent5972cc3119a847ef4d5bf65121c5809c70d66972 (diff)
downloadnixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar.gz
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar.bz2
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar.lz
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar.xz
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.tar.zst
nixlib-4fc50527f8830b7b36a4a4d36d3a27601b9cca74.zip
stdenv: typo
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