summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorJohn Children <32305209+johnchildren@users.noreply.github.com>2018-09-20 18:45:54 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-09-20 18:45:54 +0100
commitaec67d299c24d0bfff6f5ae04b5c462f3d3138d9 (patch)
treef871a02f4903665e7d38dc6cdade27b23890c7ad /doc/stdenv.xml
parent6cf4ecc3d4919c39adea38a07f7c3a0d7208f57a (diff)
downloadnixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar.gz
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar.bz2
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar.lz
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar.xz
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.tar.zst
nixlib-aec67d299c24d0bfff6f5ae04b5c462f3d3138d9.zip
doc/stdenv: libaries -> libraries (#47011)
This commit corrects a minor typo in the stdenv portion of the
documentation for the nix language.
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 7a0f8f270bad..cc0c13c54471 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2129,7 +2129,7 @@ someVar=$(stripHash $name)
    The most typical use of the setup hook is actually to add other hooks which
    are then run (i.e. after all the setup hooks) on each dependency. For
    example, the C compiler wrapper's setup hook feeds itself flags for each
-   dependency that contains relevant libaries and headers. This is done by
+   dependency that contains relevant libraries and headers. This is done by
    defining a bash function, and appending its name to one of
    <envar>envBuildBuildHooks</envar>`, <envar>envBuildHostHooks</envar>`,
    <envar>envBuildTargetHooks</envar>`, <envar>envHostHostHooks</envar>`,