Author: igor
Date: Sun Aug 28 02:28:15 2016
New Revision: 17675

Log:
misspellings

Modified:
   trunk/BOOK/general/graphlib/poppler.xml
   trunk/BOOK/general/prog/ojdk-conf.xml
   trunk/BOOK/general/prog/openjdk.xml
   trunk/BOOK/general/sysutils/colord1.xml
   trunk/BOOK/general/sysutils/systemd.xml
   trunk/BOOK/introduction/important/bootscripts.xml
   trunk/BOOK/kde/kf5/kf5-intro.xml
   trunk/BOOK/kde/libdbusmenuqt.xml
   trunk/BOOK/postlfs/filesystems/smartmontools.xml
   trunk/BOOK/x/dm/sddm.xml

Modified: trunk/BOOK/general/graphlib/poppler.xml
==============================================================================
--- trunk/BOOK/general/graphlib/poppler.xml     Sun Aug 28 02:05:37 2016        
(r17674)
+++ trunk/BOOK/general/graphlib/poppler.xml     Sun Aug 28 02:28:15 2016        
(r17675)
@@ -247,7 +247,7 @@
 
     <para>
       <parameter>--with-testdatadir=$PWD/testfiles</parameter>: Tell the test
-      programs where the auxillary files are located.
+      programs where the auxiliary files are located.
     </para>
 
     <para>

Modified: trunk/BOOK/general/prog/ojdk-conf.xml
==============================================================================
--- trunk/BOOK/general/prog/ojdk-conf.xml       Sun Aug 28 02:05:37 2016        
(r17674)
+++ trunk/BOOK/general/prog/ojdk-conf.xml       Sun Aug 28 02:28:15 2016        
(r17675)
@@ -75,7 +75,7 @@
 mandb -c /opt/jdk/man</userinput></screen>
 
     <para>
-      The installation of the JRE Certificate Autority Certificates (cacerts)
+      The installation of the JRE Certificate Authority Certificates (cacerts)
       is described in the <xref linkend="ojdk-certs"/> section.
       If you are using the binary version, those certificates may already be
       installed.

Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Sun Aug 28 02:05:37 2016        (r17674)
+++ trunk/BOOK/general/prog/openjdk.xml Sun Aug 28 02:28:15 2016        (r17675)
@@ -475,7 +475,7 @@
       on the usage of cryptography in some countries, there is the possibility
       to limit the size of encryption keys and the use of some algorithms in a
       policy file. This switch allows to ship a policy file with no
-      restriction. It is the responsability of the user to ensure proper
+      restriction. It is the responsibility of the user to ensure proper
       adherence to the law.
     </para>
 
@@ -545,7 +545,7 @@
 
     </sect3>
 
-    <sect3 id='ojdk-certs' xreflabel='JRE Certificate Authorithy Certificates'>
+    <sect3 id='ojdk-certs' xreflabel='JRE Certificate Authority Certificates'>
       <title>Install or update the JRE Certificate Authority Certificates
       (cacerts) file</title>
 

Modified: trunk/BOOK/general/sysutils/colord1.xml
==============================================================================
--- trunk/BOOK/general/sysutils/colord1.xml     Sun Aug 28 02:05:37 2016        
(r17674)
+++ trunk/BOOK/general/sysutils/colord1.xml     Sun Aug 28 02:28:15 2016        
(r17675)
@@ -354,7 +354,7 @@
         <term><filename 
class="libraryfile">libcolordcompat.so</filename></term>
         <listitem>
           <para>
-            contains legacy API functions for compatiblity with older
+            contains legacy API functions for compatibility with older
             applications.
           </para>
           <indexterm zone="colord1 libcolordcompat.so">

Modified: trunk/BOOK/general/sysutils/systemd.xml
==============================================================================
--- trunk/BOOK/general/sysutils/systemd.xml     Sun Aug 28 02:05:37 2016        
(r17674)
+++ trunk/BOOK/general/sysutils/systemd.xml     Sun Aug 28 02:28:15 2016        
(r17675)
@@ -33,11 +33,11 @@
     <para>
       While <application>systemd</application> was installed when
       building LFS, there are many features provided by the package that
-      were not included in the initial installation becasue
+      were not included in the initial installation because
       <application>Linux-PAM</application> was not yet installed.
       The <application>systemd</application> package needs to be
       rebuilt to provide a working <command>systemd-logind</command> service,
-      which provides many additonal features for dependent packages.
+      which provides many additional features for dependent packages.
     </para>
     
     &lfs7a_checked;

Modified: trunk/BOOK/introduction/important/bootscripts.xml
==============================================================================
--- trunk/BOOK/introduction/important/bootscripts.xml   Sun Aug 28 02:05:37 
2016        (r17674)
+++ trunk/BOOK/introduction/important/bootscripts.xml   Sun Aug 28 02:28:15 
2016        (r17675)
@@ -56,7 +56,7 @@
   </note>
 
   <note>
-    <para>From time to time the bootscripts are updated to accomodate
+    <para>From time to time the bootscripts are updated to accommodate
     new packages or to make minor corrections.  All versions of the
     bootscripts are located at <ulink
     url="&sources-anduin-http;/blfs-bootscripts/"/>.</para>

Modified: trunk/BOOK/kde/kf5/kf5-intro.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-intro.xml    Sun Aug 28 02:05:37 2016        (r17674)
+++ trunk/BOOK/kde/kf5/kf5-intro.xml    Sun Aug 28 02:28:15 2016        (r17675)
@@ -48,7 +48,7 @@
     </para>
 
 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/qt5.sh &lt;&lt; 
"EOF"
-<literal># Begin kf5 extention for /etc/profile.d/qt5.sh
+<literal># Begin kf5 extension for /etc/profile.d/qt5.sh
 
 pathappend /usr/lib/qt5/plugins    QT_PLUGIN_PATH
 pathappend $QT5DIR/lib/plugins     QT_PLUGIN_PATH
@@ -56,7 +56,7 @@
 pathappend /usr/lib/qt5/qml        QML2_IMPORT_PATH
 pathappend $QT5DIR/lib/qml         QML2_IMPORT_PATH
 
-# End extention for /etc/profile.d/qt5.sh</literal>
+# End extension for /etc/profile.d/qt5.sh</literal>
 EOF
 
 cat &gt; /etc/profile.d/kf5.sh &lt;&lt; "EOF"

Modified: trunk/BOOK/kde/libdbusmenuqt.xml
==============================================================================
--- trunk/BOOK/kde/libdbusmenuqt.xml    Sun Aug 28 02:05:37 2016        (r17674)
+++ trunk/BOOK/kde/libdbusmenuqt.xml    Sun Aug 28 02:28:15 2016        (r17675)
@@ -95,7 +95,7 @@
     </para>
     -->
 
-    <para>This packages doe not come wiht a working test suite.</para>
+    <para>This packages doe not come with a working test suite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 

Modified: trunk/BOOK/postlfs/filesystems/smartmontools.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/smartmontools.xml    Sun Aug 28 02:05:37 
2016        (r17674)
+++ trunk/BOOK/postlfs/filesystems/smartmontools.xml    Sun Aug 28 02:28:15 
2016        (r17675)
@@ -132,7 +132,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>--with-initscriptdir=no</option>: This option supresses the
+      <option>--with-initscriptdir=no</option>: This option suppresses the
       default initialization script.  See below for the BLFS script.
     </para>
 

Modified: trunk/BOOK/x/dm/sddm.xml
==============================================================================
--- trunk/BOOK/x/dm/sddm.xml    Sun Aug 28 02:05:37 2016        (r17674)
+++ trunk/BOOK/x/dm/sddm.xml    Sun Aug 28 02:28:15 2016        (r17675)
@@ -177,7 +177,7 @@
       
<parameter>-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf</parameter>:
       This switch is used for safety reason: other DMs already use
       <filename>org.freedesktop.DisplayManager.conf</filename>. Verify in your
-      system taht this is not the case, if you wish to remove it.
+      system that this is not the case, if you wish to remove it.
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to