summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-13 12:15:56 -0500
committerJörg Thalheim <joerg@thalheim.io>2018-12-13 21:36:29 +0000
commit2417859932f3cd92b3256b81c98eaeca445773cd (patch)
treed33eac49fd7155af68e3b11af780094c52b9dae4 /doc/stdenv.xml
parent8092c40425a7bc82a47ead45b2d32fe1ab140a72 (diff)
downloadnixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar.gz
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar.bz2
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar.lz
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar.xz
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.tar.zst
nixpkgs-2417859932f3cd92b3256b81c98eaeca445773cd.zip
doc/breakpointHook: correct typos
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index c54901a93eb..cab76ef1104 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2500,17 +2500,17 @@ 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 immediately and
+       happens. 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
+       <command>cntr</command> command. Upon build error it will print
+       instructions on how to use <command>cntr</command>. Installing
        cntr and running the command will provide shell access to the build
        sandbox of failed build. At <filename>/var/lib/cntr</filename> the
-       sandbox filesystem is mounted. All commands and files of the system are
+       sandboxed filesystem is mounted. All commands and files of the system are
        still accessible within the shell. To execute commands from the sandbox
        use the cntr exec subcommand. Note that <command>cntr</command> also
        needs to be executed on the machine that is doing the build, which might
-       be not the case when remote builders are enabled.
+       not be the case when remote builders are enabled.
        <command>cntr</command> is only supported on Linux-based platforms. To
        use it first add <literal>cntr</literal> to your
        <literal>environment.systemPackages</literal> on NixOS or alternatively to