Fix wording for Process class documentation

This commit is contained in:
lol768 2014-02-02 13:42:18 +00:00 committed by Fabien Potencier
parent 7d07d24bfd
commit 905f2a091b

View File

@ -16,7 +16,7 @@ use Symfony\Component\Process\Exception\LogicException;
use Symfony\Component\Process\Exception\RuntimeException; use Symfony\Component\Process\Exception\RuntimeException;
/** /**
* Process is a thin wrapper around proc_* functions to ease * Process is a thin wrapper around proc_* functions to easily
* start independent PHP processes. * start independent PHP processes.
* *
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>