changeset 223:9ccafca945d2

Fixed small typo
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 Mar 2019 14:52:43 +0100
parents 997b6c308e28
children 02399e86f046
files Sphinx/source/users/rest.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Mon Mar 04 14:49:31 2019 +0100
+++ b/Sphinx/source/users/rest.rst	Mon Mar 04 14:52:43 2019 +0100
@@ -462,7 +462,7 @@
     "HttpsCACertificates" : "/etc/ssl/certs/ca-certificates.crt,
     ...
 
-If you wan't your server to accept incoming connections for known hosts only, you can either:
+If you want your server to accept incoming connections for known hosts only, you can either:
 
 - configure a firewall to accept incoming connections from known IP addresses 
 - configure your client Orthanc to use a client certificate to authenticate at the Server.  This is done through the ``CertificateFile``, ``CertificateKeyFile`` and ``CertificateKeyPassword`` entries in the configuration file.