summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorAJ Dunn <andrew.dunn2@outlook.com.au>2017-10-08 08:56:40 +0200
committerAJ Dunn <andrew.dunn2@outlook.com.au>2017-10-08 08:56:40 +0200
commita457c20f4183f800d9c14ac779dd440237165cbf (patch)
treeb1ca776a8a794fd4c0ade13cf5bcb1b862111101 /application/config
parent7298a788797ff64edaddb7ca65b21b6816757940 (diff)
Small spelling fix
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au>
Diffstat (limited to 'application/config')
-rw-r--r--application/config/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php
index b4d8a6a3e..d8566e8c3 100644
--- a/application/config/database.php
+++ b/application/config/database.php
@@ -47,7 +47,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)
|