瀏覽代碼

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.