summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Visser <dick.visser@geant.org>2020-05-12 11:06:56 +0200
committerDick Visser <dick.visser@geant.org>2020-05-12 11:06:56 +0200
commit11136c15d06652c31628664145091b2ac9929bf1 (patch)
tree30e0fed3bfef1ea736d4699e8081a344eadf7aa8
parent53c05f8fc36c4dcd10ddf648a69ea1dbedaf622f (diff)
downloadpysaml2-11136c15d06652c31628664145091b2ac9929bf1.tar.gz
Presently means 'going to happen soon'
-rw-r--r--docs/howto/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 955432a5..48eae776 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -189,7 +189,7 @@ Format::
key_file: "key.pem"
*key_file* is the name of a PEM formatted file that contains the private key
-of the service. This is presently used both to encrypt/sign assertions and as
+ef the service. This is currently used both to encrypt/sign assertions and as
the client key in an HTTPS session.
metadata
@@ -349,7 +349,7 @@ difference you are prepared to accept.
xmlsec_binary
^^^^^^^^^^^^^
-Presently xmlsec1 binaries are used for all the signing and encryption stuff.
+Currrently xmlsec1 binaries are used for all the signing and encryption stuff.
This option defines where the binary is situated.
Example::
@@ -846,7 +846,7 @@ or if you want to use for instance memcache::
"subject_data": ("memcached", "localhost:12121"),
-*shelve* and *memcached* are the only database types that are presently
+*shelve* and *memcached* are the only database types that are currently
supported.