Skip to content

Commit

Permalink
Fix typos in the warning message (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko authored and theofidry committed May 6, 2018
1 parent 8f4f529 commit e2afb8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console/Command/Compile.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ private function configureCompressionAlgorithm(Configuration $config, Box $box,
$logger->log(
BuildLogger::CHEVRON_PREFIX,
sprintf(
'<info>Warning: the extension "%s" will no be required to excute the PHAR</info>',
'<info>Warning: the extension "%s" will now be required to execute the PHAR</info>',
$extension
)
);
Expand Down
4 changes: 2 additions & 2 deletions tests/Console/Command/CompileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ public function test_it_can_build_a_PHAR_with_compressed_code(): void
>
> @link https://github.com/humbug/box
? Compressing with the algorithm "GZ"
> Warning: the extension "zlib" will no be required to excute the PHAR
> Warning: the extension "zlib" will now be required to execute the PHAR
* Done.
// You can inspect the generated PHAR with the "info" command.
Expand Down Expand Up @@ -1729,7 +1729,7 @@ public function test_it_can_build_a_PHAR_file_without_a_shebang_line(): void
>
> @link https://github.com/humbug/box
? Compressing with the algorithm "GZ"
> Warning: the extension "zlib" will no be required to excute the PHAR
> Warning: the extension "zlib" will now be required to execute the PHAR
* Done.
// You can inspect the generated PHAR with the "info" command.
Expand Down

0 comments on commit e2afb8c

Please sign in to comment.