From b4c347ef2937bdd99361611a759965e434e954f4 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sun, 22 Oct 2017 22:05:30 +0200
Subject: [PATCH] Fix typo's

---
 modules/consent/docs/consent.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md
index 58e27d913..b5b71f9f1 100644
--- a/modules/consent/docs/consent.md
+++ b/modules/consent/docs/consent.md
@@ -150,7 +150,7 @@ The following options can be used when configuring the Consent module
 :   Configuration of the Consent storage backend. The store option is given in 
     the format <module>:<class> and refers to the class 
     sspmod_<module>_Consent_Store_<class>. The consent module comes with two 
-    build in storages backends 'consnet:Cookie' and 'consent:Database'. See 
+    build in storages backends 'consent:Cookie' and 'consent:Database'. See 
     separate section on setting up consent using different storage methods. 
     This option is optional. If option is not set, then the user is asked to 
     consent, but the consent is not saved.
@@ -167,7 +167,7 @@ The following options can be used when configuring the Consent module
 External options
 ----------------
 
-The following options can/ be set in other places in SimpleSAMLphp
+The following options can be set in other places in SimpleSAMLphp
 
 `privacypolicy`
 :   This is an absolute URL for where an user can find a privacy policy for SP. 
-- 
GitLab