From: Brion Vibber Date: Tue, 28 Jun 2005 06:50:34 +0000 (+0000) Subject: speling X-Git-Tag: 1.5.0beta2~167 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=0f8f8105a67b65604edf632c3465579a9382e6d4;p=lhc%2Fweb%2Fwiklou.git speling --- diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 7e3a583040..f55a4b7adf 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -65,7 +65,7 @@ class WebRequest { /** * If magic_quotes_gpc option is on, run the global arrays - * through fix_magic_quotes to strip out the stupid dlashes. + * through fix_magic_quotes to strip out the stupid slashes. * WARNING: This should only be done once! Running a second * time could damage the values. * @private