소스 검색

Merge pull request #7871 from petecoop/patch-1

Fix spelling mistake on Cygwin
Jordi Boggiano 6 년 전
부모
커밋
0fca816d8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Installer/BinaryInstaller.php

+ 1 - 1
src/Composer/Installer/BinaryInstaller.php

@@ -197,7 +197,7 @@ class BinaryInstaller
 dir=\$(cd "\${0%[/\\\\]*}" > /dev/null; cd $binDir && pwd)
 
 if [ -d /proc/cygdrive ] && [[ \$(which php) == \$(readlink -n /proc/cygdrive)/* ]]; then
-   # We are in Cgywin using Windows php, so the path must be translated
+   # We are in Cygwin using Windows php, so the path must be translated
    dir=\$(cygpath -m "\$dir");
 fi