From ccc9f5d8369fb445a3c601688c9305083fc5084c Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 12 Feb 2008 22:12:16 +0000 Subject: [PATCH] Fix 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 18925fb2ca..a7dd12b292 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -45,7 +45,7 @@ class WebRequest { var $data = array(); function __construct() { - /// @fixme This preemtive de-quoting can interfere with other web libraries + /// @fixme This preemptive de-quoting can interfere with other web libraries /// and increases our memory footprint. It would be cleaner to do on /// demand; but currently we have no wrapper for $_SERVER etc. $this->checkMagicQuotes(); -- 2.20.1