diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 19:26:09 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 19:26:09 +0000 |
commit | 7e6c41d725951299381fb8e028c0e104842706d0 (patch) | |
tree | 95df876f1ce6080af3d2342d4e1112fe178e0a1b /chapter06/udev.xml | |
parent | be8296f699b3dcd298d284e4224db05a85b6f1fb (diff) |
Fixed small typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 2aac961b0..99f9b697f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -33,7 +33,7 @@ by applying the following patch:</para> <screen><userinput>make udevdir=/dev</userinput></screen> -<para>And install finally install it:</para> +<para>Finally, install it:</para> <screen><userinput>make udevdir=/dev install</userinput></screen> |