summaryrefslogtreecommitdiffstats
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-05-16 20:56:59 +0200
committerGitHub <noreply@github.com>2019-05-16 20:56:59 +0200
commit3223534f89a3be5e539e329b3b7a5bc3593a94e8 (patch)
tree74b62b8a14ef70f59f6a9143d59900b03842bca0 /doc/stdenv.xml
parent54b50ba5c39e275687467ab0fcdf3466f2150be7 (diff)
parentc2f715370050fb5c73ea4cf3f2f7fe7bbbede0a9 (diff)
Merge pull request #61473 from Synthetica9/dontstrip-typo
doc/stdenv.xml: fix typo
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index e8171a78dcca..00d1ec870988 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -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.