diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd5eb27..aa42231b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -283,7 +283,7 @@ Added compatibility with Symfony 6 ### Bug fix -- Fix bug: API reqest from local environment should be with repo_token +- Fix bug: API request from local environment should be with repo_token - Fix bug: service_name in .coveralls.yml will not reflect to json_file ## 0.3.1 (2013-04-19) diff --git a/src/Bundle/CoverallsBundle/Collector/CiEnvVarsCollector.php b/src/Bundle/CoverallsBundle/Collector/CiEnvVarsCollector.php index d8810263..8322c174 100644 --- a/src/Bundle/CoverallsBundle/Collector/CiEnvVarsCollector.php +++ b/src/Bundle/CoverallsBundle/Collector/CiEnvVarsCollector.php @@ -5,7 +5,7 @@ use PhpCoveralls\Bundle\CoverallsBundle\Config\Configuration; /** - * Environment variables collector for CI envrionment. + * Environment variables collector for CI environment. * * @author Kitamura Satoshi */