소스 검색

Fixed a typo in the Process class

catchamonkey 15 년 전
부모
커밋
7ed3992072
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Components/Process/Process.php

+ 1 - 1
src/Symfony/Components/Process/Process.php

@@ -66,7 +66,7 @@ class Process
      *
      * The callback receives the type of output (out or err) and
      * some bytes from the output in real-time. It allows to have feedback
-     * from the forked process during exection.
+     * from the forked process during execution.
      *
      * If you don't provide a callback, the STDOUT and STDERR are available only after
      * the process is finished via the getOutput() and getErrorOutput() methods.