From 876792c756180bc62ae25b0b2c74b1484097b177 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Tue, 23 Sep 2014 07:45:03 +0200 Subject: [PATCH] Fixed typo --- 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 148d194fef9..bcc9ac6baf3 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1765,7 +1765,7 @@ mssql.secure_connection = Off ;mbstring.encoding_translation = Off ; automatic encoding detection order. -; "auto" detect order is changed accoding to mbstring.language +; "auto" detect order is changed according to mbstring.language ; http://php.net/mbstring.detect-order ;mbstring.detect_order = auto diff --git a/php.ini-production b/php.ini-production index 5410b3de549..a2a50ea2f8a 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1763,7 +1763,7 @@ mssql.secure_connection = Off ;mbstring.encoding_translation = Off ; automatic encoding detection order. -; "auto" detect order is changed accoding to mbstring.language +; "auto" detect order is changed according to mbstring.language ; http://php.net/mbstring.detect-order ;mbstring.detect_order = auto