summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:22:39 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:22:39 +0000
commitfcb7cf9361ce74b2a5088268960e24c6b8ca8d2b (patch)
tree37bc3f8031a76e29bbc724976f0c52083178a0b7
parentdb768d1dda663738372e14149672f77f8af55c30 (diff)
downloaddrakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar
drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.gz
drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.bz2
drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.xz
drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.zip
fix typos
-rwxr-xr-xrescue/Flash/scripts/clear_systemloop4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/Flash/scripts/clear_systemloop b/rescue/Flash/scripts/clear_systemloop
index 6d7015c84..55c60cc4d 100755
--- a/rescue/Flash/scripts/clear_systemloop
+++ b/rescue/Flash/scripts/clear_systemloop
@@ -23,7 +23,7 @@ function doit() {
echo
echo "WARNING!"
echo
- echo "Mandriva Flash will be reseted to factory defaults!"
+ echo "Mandriva Flash will be reset to factory defaults!"
echo -n "All user files, customizations and new packages installed "
echo "will be removed."
echo
@@ -44,7 +44,7 @@ function doit() {
echo
if [ $? -ne 0 ]; then
- echo 'Error reseting device to factory defaults'
+ echo 'Error resetting device to factory defaults'
return 1
else
echo 'Mandriva Flash was restored to factory defaults!'