summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDanny Bautista <pyrolagus@nerdpol.ch>2019-10-15 09:52:31 -0400
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-15 15:52:30 +0200
commit3a90d58a44914a52a567586e3c0c3f67e3c28aaf (patch)
treed05e30c88a22334fb4461663086f82229c22390e /doc
parent514f21a68d4d1762c3dce7bf37d823bd1c90a6bc (diff)
downloadnixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar.gz
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar.bz2
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar.lz
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar.xz
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.tar.zst
nixpkgs-3a90d58a44914a52a567586e3c0c3f67e3c28aaf.zip
Fix typos in the Nixpkgs Manual. (#70775)
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.xml2
-rw-r--r--doc/stdenv.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/configuration.xml b/doc/configuration.xml
index cb660452d82..a68ae739f52 100644
--- a/doc/configuration.xml
+++ b/doc/configuration.xml
@@ -45,7 +45,7 @@
   However, this does not allow unfree software for individual users. Their configurations are managed separately.
  </para>
  <para>
-  A user's of nixpkgs configuration is stored in a user-specific configuration file located at <filename>~/.config/nixpkgs/config.nix</filename>. For example:
+  A user's nixpkgs configuration is stored in a user-specific configuration file located at <filename>~/.config/nixpkgs/config.nix</filename>. For example:
 <programlisting>
 {
   allowUnfree = true;
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 5495ce29ce3..0b59f90eb49 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1692,7 +1692,7 @@ someVar=$(stripHash $name)
     </term>
     <listitem>
      <para>
-      Convenience function for <literal>makeWrapper</literal> that automatically creates a sane wrapper file It takes all the same arguments as <literal>makeWrapper</literal>, except for <literal>--argv0</literal>.
+      Convenience function for <literal>makeWrapper</literal> that automatically creates a sane wrapper file. It takes all the same arguments as <literal>makeWrapper</literal>, except for <literal>--argv0</literal>.
      </para>
      <para>
       It cannot be applied multiple times, since it will overwrite the wrapper file.
@@ -1869,7 +1869,7 @@ addEnvHooks "$hostOffset" myBashFunction
   </para>
 
   <para>
-   Here are some more packages that provide a setup hook. Since the list of hooks is extensible, this is not an exhaustive list the mechanism is only to be used as a last resort, it might cover most uses.
+   Here are some more packages that provide a setup hook. Since the list of hooks is extensible, this is not an exhaustive list. The mechanism is only to be used as a last resort, so it might cover most uses.
    <variablelist>
     <varlistentry>
      <term>