slitaz-base-files rev 61

mktazdevs.sh: fix typos
author Paul Issott <paul@slitaz.org>
date Mon Mar 09 20:26:31 2009 +0000 (2009-03-09)
parents e4086b89ef64
children fa274597add5
files rootfs/sbin/mktazdevs.sh
line diff
     1.1 --- a/rootfs/sbin/mktazdevs.sh	Mon Mar 09 15:38:05 2009 +0000
     1.2 +++ b/rootfs/sbin/mktazdevs.sh	Mon Mar 09 20:26:31 2009 +0000
     1.3 @@ -101,7 +101,7 @@
     1.4  mknod usb/hiddev6 c 180 102
     1.5  
     1.6  # IDE HD devs.
     1.7 -# With a fiew concievable partitions, you can do
     1.8 +# With a few conceivable partitions, you can do
     1.9  # more of them yourself as you need 'em.
    1.10  #
    1.11  
    1.12 @@ -220,6 +220,6 @@
    1.13  status
    1.14  
    1.15  # Script end.
    1.16 -echo -n "All devices are build..."
    1.17 +echo -n "All devices are built..."
    1.18  status
    1.19