From ed87d16c38ce48df4acb968f124fe7f83584f5c4 Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Fri, 1 May 2015 12:38:07 +0200 Subject: [PATCH] fix typo in php.ini --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0