summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-recommended2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 55a3424e6e..8a4045dc43 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -706,7 +706,7 @@ mysql.default_user =
; file will be able to reveal the password as well.
mysql.default_password =
-; Maximum time (in secondes) for connect timeout. -1 means no limit
+; Maximum time (in seconds) for connect timeout. -1 means no limit
mysql.connect_timeout = 60
; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
diff --git a/php.ini-recommended b/php.ini-recommended
index c557806f75..379019e403 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -761,7 +761,7 @@ mysql.default_user =
; file will be able to reveal the password as well.
mysql.default_password =
-; Maximum time (in secondes) for connect timeout. -1 means no limit
+; Maximum time (in seconds) for connect timeout. -1 means no limit
mysql.connect_timeout = 60
; Trace mode. When trace_mode is active (=On), warnings for table/index scans and