Fix typo in comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 12 Feb 2008 22:12:16 +0000 (22:12 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 12 Feb 2008 22:12:16 +0000 (22:12 +0000)
includes/WebRequest.php

index 18925fb..a7dd12b 100644 (file)
@@ -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();