From 905f2a091ba73d90a375d800885a0fb9641da5b6 Mon Sep 17 00:00:00 2001 From: lol768 Date: Sun, 2 Feb 2014 13:42:18 +0000 Subject: [PATCH] Fix wording for Process class documentation --- src/Symfony/Component/Process/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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