aboutsummaryrefslogtreecommitdiff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-03-25 17:50:13 -0400
committerGitHub <noreply@github.com>2019-03-25 17:50:13 -0400
commit8ba4db0f11f7d1268b34c725f925c99be240b817 (patch)
tree03d3db49e325389b1330a961e4e7de145ac06ea0 /doc/stdenv.xml
parent5e5266f83fc2cce2b353601da0f29bd6805d4597 (diff)
manual: Fix typos
Thanks @matthewbauer! Co-Authored-By: Ericson2314 <git@JohnEricson.me>
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 85efbc1dd9d..74f815fc1d7 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -224,7 +224,7 @@ genericBuild
the dependency is needed at run-time or build-time, a concept that makes
perfect sense outside of cross compilation. By default, the
run-time/build-time distinction is just a hint for mental clarity, but with
- <varname>strictDeps</varname> set it is somewhat enforced even in the native
+ <varname>strictDeps</varname> set it is mostly enforced even in the native
case.
</para>