doc/stdenv.xml: fix typo

This commit is contained in:
Patrick Hilhorst
2019-05-13 23:38:43 +02:00
parent 0285c6183a
commit c2f7153700
+2 -2
View File
@@ -1579,7 +1579,7 @@ installTargets = "install-bin install-doc";</programlisting>
</term> </term>
<listitem> <listitem>
<para> <para>
Like <varname>dontStripHost</varname>, but only affects the Like <varname>dontStrip</varname>, but only affects the
<command>strip</command> command targetting the package's host platform. <command>strip</command> command targetting the package's host platform.
Useful when supporting cross compilation, but otherwise feel free to Useful when supporting cross compilation, but otherwise feel free to
ignore. ignore.
@@ -1592,7 +1592,7 @@ installTargets = "install-bin install-doc";</programlisting>
</term> </term>
<listitem> <listitem>
<para> <para>
Like <varname>dontStripHost</varname>, but only affects the Like <varname>dontStrip</varname>, but only affects the
<command>strip</command> command targetting the packages' target <command>strip</command> command targetting the packages' target
platform. Useful when supporting cross compilation, but otherwise feel platform. Useful when supporting cross compilation, but otherwise feel
free to ignore. free to ignore.