fbs rev 7

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri May 02 19:32:12 2014 +0100 (2014-05-02)
parents cbddf8e3069d
children 74f94ca28f27
files fbs
line diff
     1.1 --- a/fbs	Fri May 02 14:14:56 2014 +0200
     1.2 +++ b/fbs	Fri May 02 19:32:12 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Fbs - Graphical framebuffer boot using Busybox fbsplash applet. No use of SliTaz
     1.7 -# specific code since it may be used by other distro or emb system.
     1.8 +# specific code since it may be used by other distros or emb systems.
     1.9  #
    1.10  # (C) 2014 Christophe Lincoln - BSD License.
    1.11  #
    1.12 @@ -41,7 +41,7 @@
    1.13  
    1.14  check_root() {
    1.15  	if [ $(id -u) != "0" ]; then
    1.16 -		echo "Only root adiministrator can run fbs $1" && exit 1
    1.17 +		echo "Only root administrator can run fbs $1" && exit 1
    1.18  	fi
    1.19  }
    1.20