Changeset 0639bb6 for general


Ignore:
Timestamp:
05/14/2017 06:08:05 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c7ef815
Parents:
17b685f1
Message:

More spelling fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18718 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gmime.xml

    r17b685f1 r0639bb6  
    1111  <!ENTITY gmime-buildsize     "28 MB (with tests)">
    1212  <!ENTITY gmime-time          "0.5 SBU (with tests)">
    13   <!-- ^^^ Noticably larger! ^^^ -->
     13  <!-- ^^^ Noticeably larger! ^^^ -->
    1414]>
    1515
  • general/genlib/nodejs.xml

    r17b685f1 r0639bb6  
    8787    </note>
    8888
    89     <bridgehead renderas="sect3">Additonal Downloads</bridgehead>
     89    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9090    <itemizedlist spacing="compact">
    9191      <listitem>
  • general/genutils/highlight.xml

    r17b685f1 r0639bb6  
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional">
    83       <!-- make apidocs fails because ther is no Doxyfile
     83      <!-- make apidocs fails because there is no Doxyfile
    8484      <xref linkend="doxygen"/> (to build the API documentation) and -->
    8585      <xref linkend="qt5"/> (to build the GUI front-end)
  • general/genutils/pinentry.xml

    r17b685f1 r0639bb6  
    8181      <xref linkend="gtk3"/>,
    8282      <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
    83       neccessary. -->
     83      necessary. -->
    8484      <xref linkend="libsecret"/>, and
    8585      <xref linkend="qt5"/>
  • general/prog/gdb.xml

    r17b685f1 r0639bb6  
    150150        <para>
    151151          If run remotely over an ssh connection, the tests will hang
    152           and require a hard (power cycle) reset of the sytem.
     152          and require a hard (power cycle) reset of the system.
    153153        </para>
    154154      </listitem>
  • general/prog/perl-modules.xml

    r17b685f1 r0639bb6  
    658658                  <!-- Test2::Bundle::Extended and Test2::Require::Module are from Test2-Suite -->
    659659                  <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test2-Suite/">Test2::Suite</ulink>
    660 (http://seach.cpan.org/dist/Test2-Suite/)</literallayout>
     660(http://search.cpan.org/dist/Test2-Suite/)</literallayout>
    661661                    <itemizedlist> <!-- deps for Test2::Suite -->
    662662                      <listitem><literallayout><ulink url="http://search.cpan.org/dist/Importer/">Importer</ulink>
     
    13661366              <listitem><literallayout><ulink url="http://search.cpan.org/dist/Net-SSLeay/">Net::SSLeay</ulink>
    13671367(http://search.cpan.org/dist/Net-SSLeay/)
    1368 When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is seeked</literallayout>
     1368When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is sought</literallayout>
    13691369              </listitem>
    13701370            </itemizedlist>
     
    20782078          <listitem><literallayout><ulink url="http://search.cpan.org/dist/MIME-Charset/">MIME::Charset</ulink>
    20792079(http://search.cpan.org/dist/MIME-Charset/)
    2080 When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is seeked</literallayout>
     2080When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is sought</literallayout>
    20812081          </listitem>
    20822082          <listitem>
  • general/prog/php.xml

    r17b685f1 r0639bb6  
    290290    <para>
    291291      The default configuration files for the fastCGI process manager are
    292       installed only if they do not already exist on the sytem. If this is
     292      installed only if they do not already exist on the system. If this is
    293293      the first installation, they should be renamed, as the
    294294      <systemitem class='username'>root</systemitem> user:
  • general/prog/rust.xml

    r17b685f1 r0639bb6  
    165165    <para>
    166166      <command>--llvm-root=/opt/llvm3 --enable-llvm-link-shared</command>:
    167       This tells rust to use the system verison of llvm3 installed in
     167      This tells rust to use the system version of llvm3 installed in
    168168      <filename class="directory">/opt/llvm3</filename>, linking to the
    169169      shared libraries.
  • general/prog/valgrind.xml

    r17b685f1 r0639bb6  
    139139      are known to hang also, depending on the version of glibc. Problematic
    140140      tests can be disabled by changing the <userinput>prereq:</userinput> line
    141       in the correponding <filename>.vgtest</filename> file to
     141      in the corresponding <filename>.vgtest</filename> file to
    142142      <userinput>prereq: false</userinput>. For example:
    143143    </para>
Note: See TracChangeset for help on using the changeset viewer.