From aec67d299c24d0bfff6f5ae04b5c462f3d3138d9 Mon Sep 17 00:00:00 2001
From: John Children <32305209+johnchildren@users.noreply.github.com>
Date: Thu, 20 Sep 2018 18:45:54 +0100
Subject: [PATCH] doc/stdenv: libaries -> libraries (#47011)
This commit corrects a minor typo in the stdenv portion of the
documentation for the nix language.
---
doc/stdenv.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
envBuildBuildHooks`, envBuildHostHooks`,
envBuildTargetHooks`, envHostHostHooks`,