Minor typo on HTTPRequest.php

This commit is contained in:
Pedro Rodrigues 2015-01-24 21:07:40 +01:00
parent 4250198403
commit 77f2c81e3d

View File

@ -68,7 +68,7 @@ class SS_HTTPRequest implements ArrayAccess {
protected $body; protected $body;
/** /**
* @var array $allParams Contains an assiciative array of all * @var array $allParams Contains an associative array of all
* arguments matched in all calls to {@link RequestHandler->handleRequest()}. * arguments matched in all calls to {@link RequestHandler->handleRequest()}.
* It's a "historical record" that's specific to the current call of * It's a "historical record" that's specific to the current call of
* {@link handleRequest()}, and is only complete once the "last call" to that method is made. * {@link handleRequest()}, and is only complete once the "last call" to that method is made.