changeset 4209:c3fc0b884442

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2020 16:23:07 +0200
parents f659f79eb12a
children 7b14ddf795c5
files OrthancServer/Resources/Configuration.json
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Fri Sep 18 14:18:10 2020 +0200
+++ b/OrthancServer/Resources/Configuration.json	Fri Sep 18 16:23:07 2020 +0200
@@ -154,13 +154,13 @@
   "SslCertificate" : "certificate.pem",
 
   // Whether or not peer client certificates shall be checked. This
-  // option is only meaningfull if "SslEnabled" is true.
+  // option is only meaningful if "SslEnabled" is true.
   "SslVerifyPeers" : false,
 
   // Path to a file containing the concatenation of the client SSL
   // certificate(s) that are trusted to verify the identify of remote
   // HTTP clients. The individual certificate(s) must be stored in the
-  // PEM format. This option is only meaningfull if "SslVerifyPeers"
+  // PEM format. This option is only meaningful if "SslVerifyPeers"
   // is true.
   "SslTrustedClientCertificates" : "trustedClientCertificates.pem",