From: Andy Footner Date: Fri, 1 May 2015 10:38:07 +0000 (+0200) Subject: fix typo in php.ini X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~65^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed87d16c38ce48df4acb968f124fe7f83584f5c4;p=php fix typo in php.ini --- diff --git a/php.ini-development b/php.ini-development index 3684f0cfb5..4aaf2f8164 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1636,7 +1636,7 @@ zend.assertions = 1 [mbstring] ; language for internal character representation. -; This affects mb_send_mail() and mbstrig.detect_order. +; This affects mb_send_mail() and mbstring.detect_order. ; http://php.net/mbstring.language ;mbstring.language = Japanese diff --git a/php.ini-production b/php.ini-production index 1238c0e7ee..9042d08a9d 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1636,7 +1636,7 @@ zend.assertions = -1 [mbstring] ; language for internal character representation. -; This affects mb_send_mail() and mbstrig.detect_order. +; This affects mb_send_mail() and mbstring.detect_order. ; http://php.net/mbstring.language ;mbstring.language = Japanese