Merge pull request #61473 from Synthetica9/dontstrip-typo

doc/stdenv.xml: fix typo
This commit is contained in:
Silvan Mosberger 2019-05-16 20:56:59 +02:00 committed by GitHub
commit 3223534f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1580,7 +1580,7 @@ installTargets = "install-bin install-doc";</programlisting>
</term>
<listitem>
<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.
Useful when supporting cross compilation, but otherwise feel free to
ignore.
@ -1593,7 +1593,7 @@ installTargets = "install-bin install-doc";</programlisting>
</term>
<listitem>
<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
platform. Useful when supporting cross compilation, but otherwise feel
free to ignore.