Skip to content

Commit 3223534

Browse files
authored
Merge pull request #61473 from Synthetica9/dontstrip-typo
doc/stdenv.xml: fix typo
2 parents 54b50ba + c2f7153 commit 3223534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/stdenv.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ installTargets = "install-bin install-doc";</programlisting>
15801580
</term>
15811581
<listitem>
15821582
<para>
1583-
Like <varname>dontStripHost</varname>, but only affects the
1583+
Like <varname>dontStrip</varname>, but only affects the
15841584
<command>strip</command> command targetting the package's host platform.
15851585
Useful when supporting cross compilation, but otherwise feel free to
15861586
ignore.
@@ -1593,7 +1593,7 @@ installTargets = "install-bin install-doc";</programlisting>
15931593
</term>
15941594
<listitem>
15951595
<para>
1596-
Like <varname>dontStripHost</varname>, but only affects the
1596+
Like <varname>dontStrip</varname>, but only affects the
15971597
<command>strip</command> command targetting the packages' target
15981598
platform. Useful when supporting cross compilation, but otherwise feel
15991599
free to ignore.

0 commit comments

Comments
 (0)