summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGuillaume Bouchard <guillaume.bouchard@tweag.io>2018-12-13 17:23:51 +0100
committerGitHub <noreply@github.com>2018-12-13 17:23:51 +0100
commitd5c931992d4bf0ddf067530d05a792e056727405 (patch)
treedc392d8831253802c608a776fc203d6b4ffb2b59 /doc
parent3d4cb55b718cfab054e86e864c90220d040d1935 (diff)
downloadnixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar.gz
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar.bz2
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar.lz
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar.xz
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.tar.zst
nixpkgs-d5c931992d4bf0ddf067530d05a792e056727405.zip
Fix english in stdenv.xml
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 26190debc29..de2bf00e062 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 to cleanup the build environment immediatly and
+       happen. It prevents nix from cleaning up the build environment immediatly 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