From: Greg Sabino Mullane Date: Sun, 3 Sep 2006 18:13:59 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.31.0-rc.0~55844 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=8e5cd7fde2d906b7b4c34c3e5fa282de18ae1360;p=lhc%2Fweb%2Fwiklou.git Typo. --- 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.