aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-08 23:45:54 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-08 23:53:45 +0100
commit2081d973b0f09cefeabeba724ab49002e534bb7d (patch)
tree7b819272c4b31c994b40613062b938965779cc1e /build/package.php
parentdf613892383298aa17d8c69d790d4be2a84283d3 (diff)
downloadforums-2081d973b0f09cefeabeba724ab49002e534bb7d.tar
forums-2081d973b0f09cefeabeba724ab49002e534bb7d.tar.gz
forums-2081d973b0f09cefeabeba724ab49002e534bb7d.tar.bz2
forums-2081d973b0f09cefeabeba724ab49002e534bb7d.tar.xz
forums-2081d973b0f09cefeabeba724ab49002e534bb7d.zip
[ticket/12030] Fix some spelling issues
PHPBB3-12030
Diffstat (limited to 'build/package.php')
-rwxr-xr-xbuild/package.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/package.php b/build/package.php
index d8ae1f94ff..97bfc4ea5c 100755
--- a/build/package.php
+++ b/build/package.php
@@ -175,10 +175,10 @@ if (sizeof($package->old_packages))
}
/**
- * When we create the update packages, we try to make them as small as possible.
- * However sometimes we need to include additional files, that are not included
- * in the diff, in order to able to correctly include the relative referenced
- * files from the same or subsequent directories.
+ * We try to keep the update packages as small as possible while creating them.
+ * However, we sometimes need to include additional files that are not included
+ * in the diff in order to be able to correctly include the relatively
+ * referenced files from the same or subsequent directories.
*/
$copy_relative_directories = array(
'adm/style/admin.css' => array(
@@ -236,7 +236,7 @@ if (sizeof($package->old_packages))
{
foreach ($data['copy'] as $source_dir_files => $destination_dir)
{
- // Create Directories along the way?
+ // Create directories along the way?
$directories = explode('/', $destination_dir);
chdir($dest_filename_dir . '/install/update/new');