[ticket/12030] Fix some spelling issues

PHPBB3-12030
This commit is contained in:
Joas Schilling 2014-01-08 23:45:54 +01:00
parent df61389238
commit 2081d973b0

View file

@ -175,10 +175,10 @@ if (sizeof($package->old_packages))
} }
/** /**
* When we create the update packages, we try to make them as small as possible. * We try to keep the update packages as small as possible while creating them.
* However sometimes we need to include additional files, that are not included * However, we sometimes need to include additional files that are not included
* in the diff, in order to able to correctly include the relative referenced * in the diff in order to be able to correctly include the relatively
* files from the same or subsequent directories. * referenced files from the same or subsequent directories.
*/ */
$copy_relative_directories = array( $copy_relative_directories = array(
'adm/style/admin.css' => array( 'adm/style/admin.css' => array(
@ -236,7 +236,7 @@ if (sizeof($package->old_packages))
{ {
foreach ($data['copy'] as $source_dir_files => $destination_dir) foreach ($data['copy'] as $source_dir_files => $destination_dir)
{ {
// Create Directories along the way? // Create directories along the way?
$directories = explode('/', $destination_dir); $directories = explode('/', $destination_dir);
chdir($dest_filename_dir . '/install/update/new'); chdir($dest_filename_dir . '/install/update/new');