Merge pull request #1021 from mrobinsonuk/cleanup/spelling-corrections

Corrected a number of minor spelling errors.
This commit is contained in:
Dan Cryer 2015-10-13 15:14:44 +01:00
commit fe21dd8bc3
22 changed files with 28 additions and 28 deletions

View file

@ -31,7 +31,7 @@ class PosixProcessControl implements ProcessControlInterface
* Sends a TERMINATE or KILL signal to the process using posix_kill.
*
* @param int $pid
* @param bool $forcefully Whetehr to send TERMINATE (false) or KILL (true).
* @param bool $forcefully Whether to send TERMINATE (false) or KILL (true).
*/
public function kill($pid, $forcefully = false)
{