summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2015-11-20 09:54:45 +0000
committerzimbatm <zimbatm@zimbatm.com>2015-11-20 09:56:25 +0000
commitd46a1cc3f61ebc3362a238aec512f13ce806faa3 (patch)
tree84259b9e988b05da603462eae1f3161e137e8f16 /doc
parent6a0ed9361b560ba198fc3d1df7e60cfcf3140f9f (diff)
downloadnixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar.gz
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar.bz2
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar.lz
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar.xz
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.tar.zst
nixpkgs-d46a1cc3f61ebc3362a238aec512f13ce806faa3.zip
manual: typo fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/language-support.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/language-support.xml b/doc/language-support.xml
index 48b9209b0ad..0a0e24e9abf 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -741,7 +741,7 @@ the following arguments are of special significance to the function:
     </para>
     <para>
       In this example only <literal>code.google.com/p/go.net/ipv4</literal> and
-      <literal>code.google.com/p/go.net/ipv4</literal> will be built.
+      <literal>code.google.com/p/go.net/ipv6</literal> will be built.
     </para>
   </callout>
 
@@ -764,7 +764,7 @@ the following arguments are of special significance to the function:
     <para>
       <varname>propagatedBuildInputs</varname> is where the dependencies of a Go library are
       listed. Only libraries should list <varname>propagatedBuildInputs</varname>. If a standalone
-      program is being build instead, use <varname>buildInputs</varname>. If a library's tests require
+      program is being built instead, use <varname>buildInputs</varname>. If a library's tests require
       additional dependencies that are not propagated, they should be listed in <varname>buildInputs</varname>.
     </para>
   </callout>