From 0e821368c2fc2ed8bfcfa27d364bd79744339047 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 23 Mar 2009 21:24:42 +0000
Subject: [PATCH] fixing typing mistake

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1435 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/consent/docs/consent.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/consent/docs/consent.txt b/modules/consent/docs/consent.txt
index f9191be1a..d54ba710f 100644
--- a/modules/consent/docs/consent.txt
+++ b/modules/consent/docs/consent.txt
@@ -27,7 +27,7 @@ We reccomend to try to enable the consent module with cookie as a storage, befor
 
 To enable the consent module, touch an `enable` file, in the consent module:
 
-	touch modules/cosent/enable
+	touch modules/consent/enable
 
 Then edit `config.php` and look for the `authproc.idp` configuration. Uncomment the followig filter configuration:
 
-- 
GitLab