From: Aryeh Gregor Date: Tue, 12 Feb 2008 22:12:16 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 1.31.0-rc.0~49507 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=ccc9f5d8369fb445a3c601688c9305083fc5084c;p=lhc%2Fweb%2Fwiklou.git Fix typo in comment --- 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();