From 8e5cd7fde2d906b7b4c34c3e5fa282de18ae1360 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 3 Sep 2006 18:13:59 +0000 Subject: [PATCH] Typo. --- includes/MimeMagic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/MimeMagic.php b/includes/MimeMagic.php index 435ab5d9ec..8838d230ad 100644 --- a/includes/MimeMagic.php +++ b/includes/MimeMagic.php @@ -497,7 +497,7 @@ class MimeMagic { # NOTE: this function is available since PHP 4.3.0, but only if # PHP was compiled with --with-mime-magic or, before 4.3.2, with --enable-mime-magic. # - # On Winodws, you must set mime_magic.magicfile in php.ini to point to the mime.magic file bundeled with PHP; + # On Windows, you must set mime_magic.magicfile in php.ini to point to the mime.magic file bundeled with PHP; # sometimes, this may even be needed under linus/unix. # # Also note that this has been DEPRECATED in favor of the fileinfo extension by PECL, see above. -- 2.20.1