From cc75946ef23ffcc8f14122dc62306d747fd3ccd5 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Fri, 29 Jan 2016 17:13:44 +0100 Subject: [PATCH] typos --- CHANGELOG.md | 2 +- src/Composer/Factory.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e7018f6..6700114fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Added --strict to the `validate` command to treat any warning as an error that then returns a non-zero exit code * Added a dependency on composer/semver, which is the externalized lib for all the version constraints parsing and handling * Added support for classmap autoloading to load plugin classes and script handlers - * Added `bin-compat` config option that if set to `full` will create .bat proxy for binaries even if Compoesr runs in a linux VM + * Added `bin-compat` config option that if set to `full` will create .bat proxy for binaries even if Composer runs in a linux VM * Added SPDX 2.0 support, and externalized that in a composer/spdx-licenses lib * Added warnings when the classmap autoloader finds duplicate classes * Added --file to the `archive` command to choose the filename diff --git a/src/Composer/Factory.php b/src/Composer/Factory.php index a7610242f..058709275 100644 --- a/src/Composer/Factory.php +++ b/src/Composer/Factory.php @@ -199,7 +199,7 @@ class Factory } if ($io && $io->isDebug()) { - $io->writeError('Loading auth config from COMPOESR_AUTH'); + $io->writeError('Loading auth config from COMPOSER_AUTH'); } $config->merge(array('config' => $authData)); }