speling
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Jun 2005 06:50:34 +0000 (06:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 28 Jun 2005 06:50:34 +0000 (06:50 +0000)
includes/WebRequest.php

index 7e3a583..f55a4b7 100644 (file)
@@ -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