summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-13 18:11:52 +0100
committerGitHub <noreply@github.com>2018-12-13 18:11:52 +0100
commit694d32f47df99620e5c653de252dc9d3555924bd (patch)
tree5f30a1e8125776af58d1f2098146feb0d73c66da /doc/stdenv.xml
parentd5c931992d4bf0ddf067530d05a792e056727405 (diff)
downloadnixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar.gz
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar.bz2
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar.lz
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar.xz
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.tar.zst
nixpkgs-694d32f47df99620e5c653de252dc9d3555924bd.zip
Update doc/stdenv.xml
Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
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 de2bf00e062..c54901a93eb 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2500,7 +2500,7 @@ addEnvHooks "$hostOffset" myBashFunction
      <listitem>
       <para>
        This hook will make a build pause instead of stopping when a failure
-       happen. It prevents nix from cleaning up the build environment immediatly and
+       happen. It prevents nix from cleaning up the build environment immediately and
        allows the user to attach to a build environment using the
        <command>cntr</command> command. On build error it will print the
        instruction that are neccessary for <command>cntr</command>. Installing