From d9c41a68190135e961bd5795f4a04d4486521231 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 10 Jun 2011 11:32:28 +0000 Subject: [PATCH] Fixed typo in comment. --- includes/WebRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index b80ebeb7f5..a7e4c7c48b 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -285,7 +285,7 @@ class WebRequest { } /** - * Set an aribtrary value into our get/post data. + * Set an arbitrary value into our get/post data. * * @param $key String: key name to use * @param $value Mixed: value to set -- 2.20.1