Skip to content

Commit

Permalink
Merge pull request #28 from pedro-mendonca/master
Browse files Browse the repository at this point in the history
Probably a typo
  • Loading branch information
danielhuesken committed Sep 22, 2015
2 parents 528d4b9 + c7b3186 commit 179a7d9
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 179a7d9

Please sign in to comment.