diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 20:15:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-13 20:15:09 +0000 |
commit | 0007625f8c483901965549fcc8cc90ad96aa3b07 (patch) | |
tree | f95b7eb8e4b3e702c6b4fb104e52cbae1234b746 /perl-install/standalone/drakbackup | |
parent | db3a51de90c2a2bf9bc78ab9324835b46fb914a6 (diff) | |
download | drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.gz drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.bz2 drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.tar.xz drakx-0007625f8c483901965549fcc8cc90ad96aa3b07.zip |
some english typo fixes thx to Arpad Biro
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 258b3cf9f..7f40ceff2 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -849,7 +849,7 @@ sub ftp_client() { $ftp->put($_, undef, undef); $interactive and progress($pbar, $plabel, 0.5, $_); $interactive and $pbar->set_text($_); - $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progess")); + $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progress")); } $ftp->quit; return 0; @@ -922,7 +922,7 @@ sub do_expect { my $exp = Expect->spawn($exp_command) or $in->ask_warn('', N("ERROR: Cannot spawn %s.", $exp_command)); - $interactive and progress($pbar3, $plabel3, 1/@send_files, N("Total progess")); + $interactive and progress($pbar3, $plabel3, 1/@send_files, N("Total progress")); $interactive and $stext->set_text($_); #- run scp, look for some common errors and try to track successful progress for GUI @@ -978,7 +978,7 @@ sub ssh_client() { close TMP; $log_buff .= "\n"; $interactive and progress($pbar, $plabel, 0.5, "Done..."); - $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progess")); + $interactive and progress($pbar3, $plabel3, 1/@file_list_to_send_by_ftp, N("Total progress")); } return 0; } |