From 3ba3cd8e5d996f130020c7607dd7e9c1bba3f95e Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 8 Apr 2001 02:53:13 +0000 Subject: [PATCH] Spell checks git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@451 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/creatingdirs.xml | 2 +- chapter03/mounting.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 44ad9c1a5..b610da4e8 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -42,7 +42,7 @@ enter the /root directory (the same a user would do with /home/username directories). The second change is a mode 1777 for the tmp directories. This way, any user can write data to the /tmp directory but cannot remove another user's files (the latter is caused by -the socalled "sticky bit" - bit 1 of the 1777 bit mask). +the so-called "sticky bit" - bit 1 of the 1777 bit mask).
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 0477bf141..3ef84a20d 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -12,7 +12,7 @@ user just has to make sure that he remembers what he chose. -Create the /mnt/lfs directory by runnning: +Create the /mnt/lfs directory by running: