Changeset 3863

Show
Ignore:
Timestamp:
01/10/08 03:55:37 (1 year ago)
Author:
chris@beaker67.com
Message:

Grammar fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-embedded/BOOK/cleanup/remove-files.xml

    r3552 r3863  
    99  <?dbhtml filename="remove-files.html"?> 
    1010 
    11   <title>Remove Unecessary Files</title> 
     11  <title>Remove Unnecessary Files</title> 
    1212 
    1313  <para>Well we have this system finished, we can make it smaller by 
     
    1515  we remove the bloat from our build.</para> 
    1616 
    17   <para>Now lets create a backup of our build:</para> 
     17  <para>Now let's create a backup of our build:</para> 
    1818 
    1919<screen><userinput>install -dv ${CLFS}-final 
    2020cp -arv ${CLFS}/* ${CLFS}-final/</userinput></screen> 
    2121 
    22   <para>Lets remove the files we don't need anymore:</para> 
     22  <para>Let's remove the files we don't need anymore:</para> 
    2323 
    2424<screen><userinput>rm -rfv ${CLFS}-final/cross-tools 
     
    2828rm -rfv ${CLFS}-final/usr/share/man</userinput></screen> 
    2929 
    30   <para>Lets remove the static libaries:</para> 
     30  <para>Let's remove the static libaries:</para> 
    3131 
    3232<screen><userinput>FILES="`ls ${CLFS}-final/lib/*.a ${CLFS}-final/usr/lib/*.a`"