]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Typo fixed (revious->previous) in bootsplash code. Arkadiusz Chomicki <duch@wla.pl>
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jan 2004 08:37:11 +0000 (08:37 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Jan 2004 08:37:11 +0000 (08:37 +0000)
svn-id: @3132

rc.d/rc

diff --git a/rc.d/rc b/rc.d/rc
index 88b76677148627063592c4dcd2e5bcfaa341e88f..6d96d89244470e6d3ec25b0193d68931b7c67e58 100755 (executable)
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -123,7 +123,7 @@ if test "$previous" != "N" ; then
        export kscripts
 fi
 
-if test "$revious" == "N" -a "$runlevel" == "5" ; then
+if test "$previous" == "N" -a "$runlevel" == "5" ; then
        export progress=16
        sscripts=$(( $sscripts + 15 ))
 else
This page took 0.033817 seconds and 4 git commands to generate.