Skip to content

Commit

Permalink
Probably a typo
Browse files Browse the repository at this point in the history
Is this a typo (repeated word) our does it means ´for "For" operations...` ?
  • Loading branch information
pedro-mendonca committed Sep 18, 2015
1 parent 528d4b9 commit c7b3186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-create-archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ private function check_archive_filesize( $file_to_add = '' ) {

$archive_size = $archive_size + $file_to_add_size;
if ( $archive_size >= PHP_INT_MAX ) {
trigger_error( sprintf( __( 'If %s will be added to your backup archive, the archive will be too large for for operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each.', 'backwpup' ), $file_to_add ), E_USER_ERROR );
trigger_error( sprintf( __( 'If %s will be added to your backup archive, the archive will be too large for operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each.', 'backwpup' ), $file_to_add ), E_USER_ERROR );

return FALSE;
}
Expand Down

0 comments on commit c7b3186

Please sign in to comment.