diff options
author | Andy Footner <andyfootner@netscape.net> | 2015-05-01 12:38:07 +0200 |
---|---|---|
committer | Andy Footner <andyfootner@netscape.net> | 2015-05-01 12:38:07 +0200 |
commit | ed87d16c38ce48df4acb968f124fe7f83584f5c4 (patch) | |
tree | 88c968dc57659241860210325bc27e585a1d8f21 /php.ini-production | |
parent | 98fe9405e26ae7aa25592557ef92d238ba34ff51 (diff) | |
download | php-git-ed87d16c38ce48df4acb968f124fe7f83584f5c4.tar.gz |
fix typo in php.ini
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
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 |