diff --git a/php.ini-development b/php.ini-development index fc04d859184..e9705704606 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1663,7 +1663,7 @@ mssql.secure_connection = Off ;mssql.max_procs = -1 ; Specify client character set. -; If empty or not set the client charset from freetds.comf is used +; If empty or not set the client charset from freetds.conf is used ; This is only used when compiled with FreeTDS ;mssql.charset = "ISO-8859-1" diff --git a/php.ini-production b/php.ini-production index 444a843976e..11cb31c437b 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1663,7 +1663,7 @@ mssql.secure_connection = Off ;mssql.max_procs = -1 ; Specify client character set. -; If empty or not set the client charset from freetds.comf is used +; If empty or not set the client charset from freetds.conf is used ; This is only used when compiled with FreeTDS ;mssql.charset = "ISO-8859-1"