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
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Component\Process\Exception\LogicException;
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.
*
* @author Fabien Potencier <fabien@symfony.com>