diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-19 07:26:55 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-08-19 07:26:55 +0000 |
commit | bbe2d3ca08616dfd529c043a088cb35c8cdffdc9 (patch) | |
tree | 5b77eaddd3f25a3689f81984c479c6e96c1bd06d /perl-install/standalone | |
parent | 3e947dca2a6c8fbf53285fe57c1ac8a52ab67b31 (diff) | |
download | drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.gz drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.bz2 drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.tar.xz drakx-bbe2d3ca08616dfd529c043a088cb35c8cdffdc9.zip |
Fixed typos
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbackup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index dae6106d9..73a339cc5 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -301,7 +301,7 @@ sub setup_tooltips() { %help = ( 'use_expect' => N("Expect is an extension to the Tcl scripting language that allows interactive sessions without user intervention."), 'remember_pass' => N("Store the password for this system in drakbackup configuration."), - 'erase_cdrw' => N("For a mulitsession CD, only the first session will erase the cdrw. Otherwise the cdrw is erased before each backup."), + 'erase_cdrw' => N("For a multisession CD, only the first session will erase the cdrw. Otherwise the cdrw is erased before each backup."), 'cdrecord_device' => N("This uses the same syntax as the command line program 'cdrecord'. 'cdrecord -scanbus' would also show you the device number."), 'use_incr_decr' => N("This option will save files that have changed. Exact behavior depends on whether incremental or differential mode is used."), 'use_incremental' => N("Incremental backups only save files that have changed or are new since the last backup."), |