# HG changeset patch # User Sebastien Jodogne # Date 1600438987 -7200 # Node ID c3fc0b884442b3cccc8302ea11296fd9399071eb # Parent f659f79eb12adf74a4d130da7fb31252d72a8250 typo diff -r f659f79eb12a -r c3fc0b884442 OrthancServer/Resources/Configuration.json --- 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",