From 77f2c81e3d60f1c902bb2bb02e1a3b375124b1a0 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Sat, 24 Jan 2015 21:07:40 +0100 Subject: [PATCH] Minor typo on HTTPRequest.php --- control/HTTPRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/HTTPRequest.php b/control/HTTPRequest.php index 493f43a52..4ccef56d3 100644 --- a/control/HTTPRequest.php +++ b/control/HTTPRequest.php @@ -68,7 +68,7 @@ class SS_HTTPRequest implements ArrayAccess { 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()}. * 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.