From: Tim Starling Date: Fri, 10 Jun 2011 11:32:28 +0000 (+0000) Subject: Fixed typo in comment. X-Git-Tag: 1.31.0-rc.0~29595 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=d9c41a68190135e961bd5795f4a04d4486521231;p=lhc%2Fweb%2Fwiklou.git Fixed typo in comment. --- 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