summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexandre Esteves <alexandre.fmp.esteves@gmail.com>2019-09-14 01:01:17 +0100
committerAlexandre Esteves <alexandre.fmp.esteves@gmail.com>2019-09-14 01:01:17 +0100
commit5f46805ec696ac9dee1da4ecb36f4966c7fc17de (patch)
tree696051244125552833a4f130edada6b02bc90577 /doc
parent0c457cb348c66abfc26abbbccc2b42d78f52d458 (diff)
downloadnixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar.gz
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar.bz2
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar.lz
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar.xz
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.tar.zst
nixpkgs-5f46805ec696ac9dee1da4ecb36f4966c7fc17de.zip
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 16003fb4acf..f8c2aff9785 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2411,7 +2411,7 @@ addEnvHooks "$hostOffset" myBashFunction
       <para>
        The Bintools Wrapper was only just recently split off from CC Wrapper,
        so the division of labor is still being worked out. For example, it
-       shouldn't care about about the C standard library, but just take a
+       shouldn't care about the C standard library, but just take a
        derivation with the dynamic loader (which happens to be the glibc on
        linux). Dependency finding however is a task both wrappers will continue
        to need to share, and probably the most important to understand. It is