diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-25 13:22:39 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-25 13:22:39 +0000 |
commit | fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b (patch) | |
tree | 37bc3f8031a76e29bbc724976f0c52083178a0b7 /rescue | |
parent | db768d1dda663738372e14149672f77f8af55c30 (diff) | |
download | drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.gz drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.bz2 drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.tar.xz drakx-fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b.zip |
fix typos
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/Flash/scripts/clear_systemloop | 4 |
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!' |