Skip to content

Commit ad63415

Browse files
committed
Fix typos
1 parent d0b59a9 commit ad63415

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/update_deleted_files.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function usage($command)
8888
$currentVersionPackage = $files[0];
8989
} else {
9090
echo PHP_EOL;
91-
echo 'Runing build script for current version.' . PHP_EOL;
91+
echo 'Running build script for current version.' . PHP_EOL;
9292
echo PHP_EOL;
9393

9494
system('php ./build.php --remote=' . ($options['currRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
@@ -107,7 +107,7 @@ function usage($command)
107107
$currentVersionPackage = $packagesPath . '/' . basename($currentMajorDownload);
108108

109109
if (!isset($options['reuse']) || !is_file($currentVersionPackage)) {
110-
// Donwload package.
110+
// Download package.
111111
echo PHP_EOL;
112112
echo 'Downloading package "' . $currentMajorDownload . '".' . PHP_EOL;
113113

@@ -218,7 +218,7 @@ function usage($command)
218218
system($systemGit . ' clone -b ' . $prevMajorBranch . ' ' . GITHUB_REPO . ' .');
219219

220220
echo PHP_EOL;
221-
echo 'Runing build script for previous major version.' . PHP_EOL;
221+
echo 'Running build script for previous major version.' . PHP_EOL;
222222
echo PHP_EOL;
223223

224224
system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
@@ -240,7 +240,7 @@ function usage($command)
240240
$previousMajorPackage = $previousBuildPackagePath . '/' . basename($previousMajorDownload);
241241

242242
if (!isset($options['reuse']) || !is_file($previousMajorPackage)) {
243-
// Donwload package.
243+
// Download package.
244244
echo PHP_EOL;
245245
echo 'Downloading package "' . $previousMajorDownload . '".' . PHP_EOL;
246246

0 commit comments

Comments
 (0)