diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-05 11:26:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-05 11:26:32 +0000 |
commit | 3032fd2042f27ed20c12f3c331a623d0bd46925c (patch) | |
tree | 56b62446ff43718c2387924a8e9a5870b335caa0 /perl-install/standalone/service_harddrake.sh | |
parent | 74d5a8f2ef3df3519586acdb59c87ba342dd4499 (diff) | |
download | drakx-3032fd2042f27ed20c12f3c331a623d0bd46925c.tar drakx-3032fd2042f27ed20c12f3c331a623d0bd46925c.tar.gz drakx-3032fd2042f27ed20c12f3c331a623d0bd46925c.tar.bz2 drakx-3032fd2042f27ed20c12f3c331a623d0bd46925c.tar.xz drakx-3032fd2042f27ed20c12f3c331a623d0bd46925c.zip |
english fixes
Diffstat (limited to 'perl-install/standalone/service_harddrake.sh')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index 476585b17..b3da8d1a4 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -36,8 +36,8 @@ case "$1" in ;; status) if [ -f $SUBSYS ]; then - gprintf "Harddrake service was runned at boot time" - else gprintf "Harddrake service was not runned at boot time" + gprintf "Harddrake service was run at boot time" + else gprintf "Harddrake service was not run at boot time" fi ;; reload) |