Эх сурвалжийг харах

Spell Checks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 жил өмнө
parent
commit
2f86e05373

+ 2 - 2
chapter05/bash-exp.xml

@@ -9,14 +9,14 @@ option causes Bash to be linked statically
 <para>
 <para>
 <userinput>--prefix=$LFS/usr:</userinput> This configure option installs 
 <userinput>--prefix=$LFS/usr:</userinput> This configure option installs 
 all of Bash's files under the $LFS/usr directory, which becomes the /usr 
 all of Bash's files under the $LFS/usr directory, which becomes the /usr 
-directory after the user chrooted into $LFS or when he rebooted 
+directory after the user chroot'ed into $LFS or when he rebooted 
 the system into LFS.
 the system into LFS.
 </para>
 </para>
 
 
 <para>
 <para>
 <userinput>--bindir=$LFS/bin:</userinput> This installs the executable 
 <userinput>--bindir=$LFS/bin:</userinput> This installs the executable 
 files in $LFS/bin. We do this because we want bash to be in /bin, not in 
 files in $LFS/bin. We do this because we want bash to be in /bin, not in 
-/usr/bin. One reason being: the /usr partition might be on a seperate 
+/usr/bin. One reason being: the /usr partition might be on a separate 
 partition which has to be mounted at some point. Before that partition is 
 partition which has to be mounted at some point. Before that partition is 
 mounted a user needs and will want to have bash available (it will be hard to 
 mounted a user needs and will want to have bash available (it will be hard to 
 execute the boot scripts without a shell for instance).
 execute the boot scripts without a shell for instance).

+ 1 - 1
chapter05/bash-inst.xml

@@ -20,7 +20,7 @@ Install Bash by running the following commands:
 <para>
 <para>
 If a user gets errors when compiling bash that tell about not being able to
 If a user gets errors when compiling bash that tell about not being able to
 find <quote>-lcurses</quote>, these two commands should be run to create the
 find <quote>-lcurses</quote>, these two commands should be run to create the
-missing symlink (so far we have not enountered one distribution that has
+missing symlink (so far we have not encountered one distribution that has
 this libncurses symlink setup properly, except for LFS systems, where it
 this libncurses symlink setup properly, except for LFS systems, where it
 is setup properly):
 is setup properly):
 </para>
 </para>

+ 1 - 1
chapter05/binutils-exp.xml

@@ -2,7 +2,7 @@
 <title>Command explanations</title>
 <title>Command explanations</title>
 
 
 <para>
 <para>
-<userinput>make -e:</userinput> The -e paramater tells make that
+<userinput>make -e:</userinput> The -e parameter tells make that
 environment variables take precedence over variables defined in the
 environment variables take precedence over variables defined in the
 Makefile file(s). This is needed in order to successfully link binutils
 Makefile file(s). This is needed in order to successfully link binutils
 statically.
 statically.

+ 1 - 1
chapter05/gcc-exp.xml

@@ -10,7 +10,7 @@ the --enable-languages parameter can be omitted.
 
 
 <para>
 <para>
 <userinput>ln -s ../usr/bin/cpp:</userinput> This
 <userinput>ln -s ../usr/bin/cpp:</userinput> This
-creates the $LFS/lib/cpp symlink. Some packages explicitely try to find
+creates the $LFS/lib/cpp symlink. Some packages explicitly try to find
 cpp in /lib.
 cpp in /lib.
 </para>
 </para>
 
 

+ 1 - 1
chapter05/pwdgroup.xml

@@ -2,7 +2,7 @@
 <title>Creating passwd and group files</title>
 <title>Creating passwd and group files</title>
 
 
 <para>
 <para>
-In order for user and group root to be recognized and to be able to logon 
+In order for user and group root to be recognized and to be able to login, 
 it needs an entry in the /etc/passwd and /etc/group file. Besides the
 it needs an entry in the /etc/passwd and /etc/group file. Besides the
 group root a couple of other groups are recommended and needed by
 group root a couple of other groups are recommended and needed by
 packages. The groups with their GID's below aren't part of any standard.
 packages. The groups with their GID's below aren't part of any standard.

+ 1 - 1
chapter05/tar-inst.xml

@@ -3,7 +3,7 @@
 
 
 <para>
 <para>
 To be able to directly use bzip2 files with tar, use the tar
 To be able to directly use bzip2 files with tar, use the tar
-patch avaiable from the LFS FTP site. This patch will add the -y option
+patch available from the LFS FTP site. This patch will add the -y option
 to tar which works the same as the -z option to tar (which can be used
 to tar which works the same as the -z option to tar (which can be used
 for gzip files).
 for gzip files).
 </para>
 </para>