Skip to content

Commit

Permalink
Merge pull request #425 from chesio/patch-2
Browse files Browse the repository at this point in the history
[BUGFIX] Fix spelling in BrotliGenerator.php
  • Loading branch information
lochmueller authored Nov 19, 2024
2 parents 46d3741 + 03ccfd3 commit 0f1cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Generator/BrotliGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function checkAvailable(): bool

$available = \function_exists('brotli_compress');
if (!$available) {
$this->logger->error('Your server do not support Botli compression, but you enable Brotli in EXT:staticfilecache configuration');
$this->logger->error('Your server does not support Brotli compression, but you enabled Brotli in EXT:staticfilecache configuration');
}

return $available;
Expand Down

0 comments on commit 0f1cd50

Please sign in to comment.