diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index b83f8b997b..d5246daaeb 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -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