slitaz-base-files rev 48

Fix typos
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 06:44:18 2008 +0000 (2008-07-19)
parents be6a7ade0f2d
children 4b9afd78edd7
files rootfs/etc/daemons.conf rootfs/etc/fstab rootfs/etc/profile rootfs/sbin/mktazdevs.sh
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Wed Jul 16 16:25:46 2008 +0200
     1.2 +++ b/rootfs/etc/daemons.conf	Sat Jul 19 06:44:18 2008 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # This file is used for setting options to start daemons at boot time or from
     1.6  # the command line (/etc/init.d/daemon-name start). Please check /etc/rcS.conf
     1.7 -# to start automaticly a daemon at boot.
     1.8 +# to automatically start a daemon at boot.
     1.9  #
    1.10  
    1.11  # DBUS daemon options.
     2.1 --- a/rootfs/etc/fstab	Wed Jul 16 16:25:46 2008 +0200
     2.2 +++ b/rootfs/etc/fstab	Sat Jul 19 06:44:18 2008 +0000
     2.3 @@ -1,4 +1,4 @@
     2.4 -# /etc/fstab: informations on static file system.
     2.5 +# /etc/fstab: information about static file system.
     2.6  #
     2.7  proc            /proc        proc    defaults          0       0
     2.8  sysfs           /sys         sysfs   defaults          0       0
     3.1 --- a/rootfs/etc/profile	Wed Jul 16 16:25:46 2008 +0200
     3.2 +++ b/rootfs/etc/profile	Sat Jul 19 06:44:18 2008 +0000
     3.3 @@ -79,7 +79,7 @@
     3.4  fi
     3.5  
     3.6  
     3.7 -# Export all variables definied above and set mask.
     3.8 +# Export all variables defined above and set mask.
     3.9  #
    3.10  export PATH LD_LIBRARY_PATH PS1 DISPLAY G_FILENAME_ENCODING ignoreeof
    3.11  umask 022
     4.1 --- a/rootfs/sbin/mktazdevs.sh	Wed Jul 16 16:25:46 2008 +0200
     4.2 +++ b/rootfs/sbin/mktazdevs.sh	Sat Jul 19 06:44:18 2008 +0000
     4.3 @@ -27,16 +27,16 @@
     4.4  cd $1
     4.5  status
     4.6  
     4.7 -# mMake usfull directories.
     4.8 +# Make useful directories.
     4.9  echo -n "Starting to build directories... "
    4.10  mkdir pts input net usb shm
    4.11  status
    4.12  
    4.13 -# script start.
    4.14 +# Script start.
    4.15  #
    4.16  echo -n "Starting to build devices... "
    4.17  
    4.18 -# input devs.
    4.19 +# Input devs.
    4.20  #
    4.21  mknod input/event0 c 13 64
    4.22  mknod input/event1 c 13 65