diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-08-03 20:19:36 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2006-08-03 20:19:36 +0000 |
commit | f80cce64940f1bd3597c264c3ed13d9585561f26 (patch) | |
tree | adb15941f0a19db61e2edaa4c09c4115c9e63342 /chapter02 | |
parent | bfa508ae84993fd766d95a665384aa46560a83c9 (diff) |
Fixed typo in ext3 features
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-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 7dbfb49ff..d11e45219 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -42,7 +42,7 @@ <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable><xxx></replaceable></userinput></screen> <para>If the output contains features other than - <option>has_joural</option>, <option>dir_index</option>, + <option>has_journal</option>, <option>dir_index</option>, <option>filetype</option>, <option>large_file</option>, <option>resize_inode</option>, <option>sparse_super</option> or <option>needs_recovery</option>, then your host |