diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-27 10:36:52 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-27 10:36:52 +0000 |
commit | ffe0a2ff35e86bb760cda4383b3684144a94a37f (patch) | |
tree | e0e9255ca0529a2f27a26df39f1ba44497392e2c /chapter02/creatingfilesystem.xml | |
parent | 7a95c735c8e3bcd673a55b7268e78e5eb1a07a8e (diff) |
Fix a few typos. Fixes #2618. Thanks to Chris Staub for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 51fbc1fd7..f7c05250f 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -16,7 +16,7 @@ high-capacity hard disks, journaling file systems are becoming increasingly popular. The third extended filesystem (<systemitem class="filesystem">ext3</systemitem>) is a widely used enhancement to - <systemitem class="filesystem">ext2</systemitem>, which adds journalling + <systemitem class="filesystem">ext2</systemitem>, which adds journaling capabilities and is compatible with the E2fsprogs utilities. We will create an <systemitem class="filesystem">ext3</systemitem> file system. Instructions for creating other file systems can be found at |