瀏覽代碼

Merge pull request #4849 from bamarni/typos

typos :)
Jordi Boggiano 9 年之前
父節點
當前提交
cff35071b6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      src/Composer/Factory.php

+ 1 - 1
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

+ 1 - 1
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));
         }