about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 26190debc29bf..de2bf00e06239 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