summaryrefslogtreecommitdiffstats
path: root/application/config/example/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/example/database.php')
-rw-r--r--application/config/example/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/example/database.php b/application/config/example/database.php
index 54a0ee91f..5bfc5b293 100644
--- a/application/config/example/database.php
+++ b/application/config/example/database.php
@@ -45,7 +45,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| 'ssl_key' - Path to the private key file
| 'ssl_cert' - Path to the public key certificate file
| 'ssl_ca' - Path to the certificate authority file
-| 'ssl_capath' - Path to a directory containing trusted CA certificats in PEM format
+| 'ssl_capath' - Path to a directory containing trusted CA certificates in PEM format
| 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption, separated by colons (':')
| 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not ('mysqli' only)
|