Explorar el Código

Fixed a typo in the Process class

catchamonkey hace 15 años
padre
commit
7ed3992072
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.