Author: igor
Date: Fri Aug  2 13:27:17 2013
New Revision: 11568

Log:
playing with the misspellings utility

Modified:
   trunk/BOOK/general/genlib/libical.xml
   trunk/BOOK/general/prog/java.xml
   trunk/BOOK/general/prog/llvm.xml
   trunk/BOOK/general/prog/pkgconfig.xml
   trunk/BOOK/general/sysutils/cpio.xml
   trunk/BOOK/gnome/applications/gnome-terminal.xml
   trunk/BOOK/gnome/applications/network-manager-applet.xml
   trunk/BOOK/gnome/platform/totem-pl-parser.xml
   trunk/BOOK/kde/core/kde-workspace.xml
   trunk/BOOK/networking/mailnews/mutt.xml
   trunk/BOOK/networking/netlibs/libnice.xml
   trunk/BOOK/server/databases/postgresql.xml
   trunk/BOOK/server/other/virtuoso.xml
   trunk/BOOK/stylesheets/lfs-xsl/common.xsl
   trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
   trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
   trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl
   trunk/BOOK/x/installing/x7driver.xml
   trunk/BOOK/xfce/core/xfce4-session.xml
   trunk/BOOK/xsoft/other/ekiga.xml
   trunk/BOOK/xsoft/other/gimp.xml
   trunk/bootscripts/blfs/init.d/ntpd

Modified: trunk/BOOK/general/genlib/libical.xml
==============================================================================
--- trunk/BOOK/general/genlib/libical.xml       Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/general/genlib/libical.xml       Fri Aug  2 13:27:17 2013        
(r11568)
@@ -183,7 +183,7 @@
         <term><filename class="libraryfile">libicalss.{so,a}</filename></term>
         <listitem>
           <para>
-            is a libary that allows you to store iCal component data
+            is a library that allows you to store iCal component data
             to disk in a variety of ways.
           </para>
           <indexterm zone="libical libicalss">

Modified: trunk/BOOK/general/prog/java.xml
==============================================================================
--- trunk/BOOK/general/prog/java.xml    Fri Aug  2 10:20:40 2013        (r11567)
+++ trunk/BOOK/general/prog/java.xml    Fri Aug  2 13:27:17 2013        (r11568)
@@ -50,7 +50,7 @@
   is then converted into byte code with <command>javac 
HelloWorld.java</command>.
   The output file is <filename>HelloWorld.class</filename>.  The program is 
   executed with <command>java HelloWorld</command>.  This creates a JVM and 
-  runs the code.  The 'class' extention must not be specified.</para>
+  runs the code.  The 'class' extension must not be specified.</para>
 
   <para>Several class files can be combined into one file with the
   <command>jar</command> command.  This is similar to the standard

Modified: trunk/BOOK/general/prog/llvm.xml
==============================================================================
--- trunk/BOOK/general/prog/llvm.xml    Fri Aug  2 10:20:40 2013        (r11567)
+++ trunk/BOOK/general/prog/llvm.xml    Fri Aug  2 13:27:17 2013        (r11568)
@@ -269,7 +269,7 @@
 
     <para>
       <parameter>--disable-*</parameter>: These switches disable
-      features which are used for debugging and are not necesary
+      features which are used for debugging and are not necessary
       on a production system.
     </para>
 

Modified: trunk/BOOK/general/prog/pkgconfig.xml
==============================================================================
--- trunk/BOOK/general/prog/pkgconfig.xml       Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/general/prog/pkgconfig.xml       Fri Aug  2 13:27:17 2013        
(r11568)
@@ -120,7 +120,7 @@
 
     <para>
       <option>--disable-host-tool</option>: This switch disables
-      creation of the unnecesary symlink.
+      creation of the unnecessary symlink.
     </para>
 
   </sect2>

Modified: trunk/BOOK/general/sysutils/cpio.xml
==============================================================================
--- trunk/BOOK/general/sysutils/cpio.xml        Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/general/sysutils/cpio.xml        Fri Aug  2 13:27:17 2013        
(r11568)
@@ -109,7 +109,7 @@
     <title>Command Explanations</title>
 
     <para><parameter>sed -i -e '/gets is a/d' gnu/stdio.in.h 
&amp;&amp;</parameter>:
-    This fixes an incompatability with <application>glibc-2.16.0</application>.
+    This fixes an incompatibility with <application>glibc-2.16.0</application>.
     </para>
 
     <para><parameter>--bindir=/bin</parameter>: This parameter installs

Modified: trunk/BOOK/gnome/applications/gnome-terminal.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-terminal.xml    Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/gnome/applications/gnome-terminal.xml    Fri Aug  2 13:27:17 
2013        (r11568)
@@ -133,7 +133,7 @@
       <option>--disable-migration</option>: This switch disables
       building of the <application>GNOME Terminal</application>
       <application>GConf</application> migration tool which is
-      not necesary for BLFS.
+      not necessary for BLFS.
     </para>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";

Modified: trunk/BOOK/gnome/applications/network-manager-applet.xml
==============================================================================
--- trunk/BOOK/gnome/applications/network-manager-applet.xml    Fri Aug  2 
10:20:40 2013        (r11567)
+++ trunk/BOOK/gnome/applications/network-manager-applet.xml    Fri Aug  2 
13:27:17 2013        (r11568)
@@ -138,7 +138,7 @@
       <option>--disable-migration</option>: This switch disables
       building of the <application>NetworkManager Applet</application>
       <application>GConf</application> migration tool which is
-      not necesary for BLFS.
+      not necessary for BLFS.
     </para>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";

Modified: trunk/BOOK/gnome/platform/totem-pl-parser.xml
==============================================================================
--- trunk/BOOK/gnome/platform/totem-pl-parser.xml       Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/gnome/platform/totem-pl-parser.xml       Fri Aug  2 13:27:17 
2013        (r11568)
@@ -113,7 +113,7 @@
 
     <para>
       To test the results, issue: <command>make check</command>. You will need
-      an active internet connection in order to sucessfully complete all tests.
+      an active internet connection in order to successfully complete all 
tests.
     </para>
 
     <para>

Modified: trunk/BOOK/kde/core/kde-workspace.xml
==============================================================================
--- trunk/BOOK/kde/core/kde-workspace.xml       Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/kde/core/kde-workspace.xml       Fri Aug  2 13:27:17 2013        
(r11568)
@@ -178,7 +178,7 @@
 
       <para>
         If you built <application>KDE Workspace</application> with
-        <application>Linux PAM</application> support, create necesary
+        <application>Linux PAM</application> support, create necessary
         configuration files by running the following commands as the
         <systemitem class="username">root</systemitem> user:
       </para>

Modified: trunk/BOOK/networking/mailnews/mutt.xml
==============================================================================
--- trunk/BOOK/networking/mailnews/mutt.xml     Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/networking/mailnews/mutt.xml     Fri Aug  2 13:27:17 2013        
(r11568)
@@ -258,7 +258,7 @@
 
       <para>If, however, you have <xref linkend="gnupg"/> installed and you 
wish
       to use <xref linkend="gnupg2"/>, then you should edit
-      <filename>~/.muttrc</filename> by hand and change all occurances of
+      <filename>~/.muttrc</filename> by hand and change all occurrences of
       <command>gpg</command> to <command>gpg2</command>.</para>
 
     </sect3>

Modified: trunk/BOOK/networking/netlibs/libnice.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libnice.xml   Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/networking/netlibs/libnice.xml   Fri Aug  2 13:27:17 2013        
(r11568)
@@ -132,7 +132,7 @@
     <para>
       <option>--without-gstreamer-0.10</option>: This switch disables
       building of the <application>GStreamer</application> 0.10 plugins
-      which are not necesary for anything in BLFS. Remove it if you
+      which are not necessary for anything in BLFS. Remove it if you
       have installed <xref linkend="gst-plugins-base"/>.
     </para>
 

Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml  Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/server/databases/postgresql.xml  Fri Aug  2 13:27:17 2013        
(r11568)
@@ -558,7 +558,7 @@
       <varlistentry id="libecpg_compat">
         <term><filename 
class='libraryfile'>libecpg_compat.{so,a}</filename></term>
         <listitem>
-          <para>is the ecpg compatability library.</para>
+          <para>is the ecpg compatibility library.</para>
           <indexterm zone="postgresql libecpg_compat">
             <primary sortas="c-libecpg_compat">libecpg_compat.{so,a}</primary>
           </indexterm>

Modified: trunk/BOOK/server/other/virtuoso.xml
==============================================================================
--- trunk/BOOK/server/other/virtuoso.xml        Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/server/other/virtuoso.xml        Fri Aug  2 13:27:17 2013        
(r11568)
@@ -232,7 +232,7 @@
       <warning>
         <title>Change password</title>
 
-        <para>Remember to immediatly change the password of user
+        <para>Remember to immediately change the password of user
         <systemitem class="username">dba</systemitem> as well as of all other
         predefined users. Click on <literal>[System Admin]</literal> and
         than on <literal>[User Accounts]</literal>.</para>

Modified: trunk/BOOK/stylesheets/lfs-xsl/common.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/common.xsl   Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/common.xsl   Fri Aug  2 13:27:17 2013        
(r11568)
@@ -27,7 +27,7 @@
            We create this param to can have gentext support in both
            the Index page title and links that point to the Index page.
            It also allow us to change the title, if wanted.
-           Note: To change the title involves creating the appropiate
+           Note: To change the title involves creating the appropriate
            entries in lfs-l10n.xml -->
   <xsl:param name="index-title">Index</xsl:param>
 

Modified: trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Aug  2 13:27:17 2013        
(r11568)
@@ -70,7 +70,7 @@
     <!-- sect2.titlepage:
            Removed a lot of unneeded code.
            Skip empty titles.
-           No label in preface (actualy, skip the hardcoded dot). -->
+           No label in preface (actually, skip the hardcoded dot). -->
     <!-- The original template is in 
{docbook-xsl}/xhtml/titlepage.templates.xsl -->
   <xsl:template name="sect2.titlepage">
     <xsl:choose>

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl    Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-index.xsl    Fri Aug  2 13:27:17 
2013        (r11568)
@@ -47,7 +47,7 @@
   </xsl:attribute-set>
 
     <!-- Divisions:
-          Translate alphabetical divisons titles to by-type titles. -->
+          Translate alphabetical divisions titles to by-type titles. -->
     <!-- The original template is in {docbook-xsl}/fo/autoidx.xsl -->
   <xsl:template match="indexterm" mode="index-div-basic">
     <xsl:param name="scope" select="."/>

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl    Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf/lfs-lists.xsl    Fri Aug  2 13:27:17 
2013        (r11568)
@@ -35,7 +35,7 @@
   </xsl:attribute-set>
 
     <!-- Format variablelists lists as blocks? 1 = yes, 0 = no
-           Default variablelist format. We override it when necesary
+           Default variablelist format. We override it when necessary
            using the list-presentation processing instruction. -->
   <xsl:param name="variablelist.as.blocks" select="1"/>
 
@@ -171,4 +171,4 @@
     <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
   </xsl:attribute-set>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>

Modified: trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-index.xsl  Fri Aug  2 13:27:17 
2013        (r11568)
@@ -48,7 +48,7 @@
   </xsl:template>
 
     <!--Divisions:
-          Translate alphabetical divisons titles to by-type titles.
+          Translate alphabetical divisions titles to by-type titles.
           Added gentext support to divisions titles.
           Using h2 for divisions titles.
           Changed output from dl format to ul format. -->

Modified: trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl  Fri Aug  2 10:20:40 
2013        (r11567)
+++ trunk/BOOK/stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl  Fri Aug  2 13:27:17 
2013        (r11568)
@@ -217,7 +217,7 @@
 
     <!-- Body attributes:
            Add to the body XHTML output tag a class attribute with the book 
type
-           and a id atribute with the book type and version. -->
+           and a id attribute with the book type and version. -->
     <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
   <xsl:template name="body.attributes">
     <xsl:attribute name="class">

Modified: trunk/BOOK/x/installing/x7driver.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver.xml        Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/x/installing/x7driver.xml        Fri Aug  2 13:27:17 2013        
(r11568)
@@ -198,7 +198,7 @@
 
     <para>
       The <application>Xorg Drivers</application> page contains the
-      instructions for building Xorg drivers that are necesary in order
+      instructions for building Xorg drivers that are necessary in order
       for Xorg Server to take the advantage of the hardware that it is
       running on. At least one input and one video driver is required
       for Xorg Server to start.
@@ -1250,7 +1250,7 @@
         
<filename><replaceable>&lt;ENGINEERING_NAME&gt;</replaceable>_rlc.bin</filename>,
         etc. Note that for R600 and R700 family, generic
         <filename>R600_rlc.bin</filename> and 
<filename>R700_rlc.bin</filename> are
-        necesary in adition to the model specific firmware, while for later 
generations
+        necessary in adition to the model specific firmware, while for later 
generations
         (Evergreen, "Northern Islands" and probably "Southern Islands") you 
need the
         <filename>BTC_rlc.bin</filename> in adition to the model specific 
firmware.
         Below is an example for Radeon HD6470, which is "Northern Islands" GPU 
with a
@@ -2006,8 +2006,8 @@
 
       <para>
         The <application>Xorg MGA Driver</application> package contains the
-        X.Org Video Driver for Matrox video cards including Millenium G2xx,
-        G4xx, G5xx, Millenium II and Mystique G200 chipsets.
+        X.Org Video Driver for Matrox video cards including Millennium G2xx,
+        G4xx, G5xx, Millennium II and Mystique G200 chipsets.
       </para>
 
       &lfs73_checked;

Modified: trunk/BOOK/xfce/core/xfce4-session.xml
==============================================================================
--- trunk/BOOK/xfce/core/xfce4-session.xml      Fri Aug  2 10:20:40 2013        
(r11567)
+++ trunk/BOOK/xfce/core/xfce4-session.xml      Fri Aug  2 13:27:17 2013        
(r11568)
@@ -118,7 +118,7 @@
 
     <para>
       <option>--disable-legacy-sm</option>: This switch disables
-      legacy session management which isn't necesary on modern
+      legacy session management which isn't necessary on modern
       system.
     </para>
 

Modified: trunk/BOOK/xsoft/other/ekiga.xml
==============================================================================
--- trunk/BOOK/xsoft/other/ekiga.xml    Fri Aug  2 10:20:40 2013        (r11567)
+++ trunk/BOOK/xsoft/other/ekiga.xml    Fri Aug  2 13:27:17 2013        (r11568)
@@ -167,7 +167,7 @@
       <para>
         If you have not installed recommended dependencies you will need 
additional
         switches passed to <command>configure</command>. Examine
-        <command>./configure --help</command> output to see all avaliable 
switches.
+        <command>./configure --help</command> output to see all available 
switches.
       </para>
     </note>
 

Modified: trunk/BOOK/xsoft/other/gimp.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gimp.xml     Fri Aug  2 10:20:40 2013        (r11567)
+++ trunk/BOOK/xsoft/other/gimp.xml     Fri Aug  2 13:27:17 2013        (r11568)
@@ -8,7 +8,7 @@
   <!ENTITY gimp-download-ftp  
"ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2";>
   <!ENTITY gimp-md5sum        "12b3fdf33d1f07ae79b412a9e38b9693">
   <!ENTITY gimp-size          "20 MB">
-  <!ENTITY gimp-buildsize     "670 MB (additonal 680 MB to run the test suite, 
the help files add from 267 MB (en only) to 1.3 GB (all), typically increasing 
by 60 MB per translation)">
+  <!ENTITY gimp-buildsize     "670 MB (additional 680 MB to run the test 
suite, the help files add from 267 MB (en only) to 1.3 GB (all), typically 
increasing by 60 MB per translation)">
   <!ENTITY gimp-time          "4.9 SBU (additional 1.2 SBU to run the test 
suite, for the help files from 0.7 SBU (en only) to 29 SBU (all) - typically 
1.5 SBU per translation)">
 
   <!ENTITY gimp-help-version  "2.8.0">

Modified: trunk/bootscripts/blfs/init.d/ntpd
==============================================================================
--- trunk/bootscripts/blfs/init.d/ntpd  Fri Aug  2 10:20:40 2013        (r11567)
+++ trunk/bootscripts/blfs/init.d/ntpd  Fri Aug  2 13:27:17 2013        (r11568)
@@ -19,7 +19,7 @@
 # Should-Stop:         $remote_fs
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
-# Short-Description:   NTP Network Time Protocal
+# Short-Description:   NTP Network Time Protocol
 # Description:         NTP Syncronizes time with time servers worldwide
 # X-LFS-Provided-By:   BLFS / LFS 7.0
 ### END INIT INFO
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to