From 66f7c3e552d05adf3f87ac25d693c0f570b17880 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no>
Date: Wed, 8 May 2013 07:45:06 +0000
Subject: [PATCH] Fix typo reported by Dick Visser.

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

diff --git a/docs/simplesamlphp-install.txt b/docs/simplesamlphp-install.txt
index 3dcbf7d3c..e001f6ecc 100644
--- a/docs/simplesamlphp-install.txt
+++ b/docs/simplesamlphp-install.txt
@@ -34,7 +34,7 @@ Prerequisites
 
  * Some webserver capable of executing PHP scripts.
  * PHP version >= 5.2.0.
- * Suppoort for the following PHP extensions:
+ * Support for the following PHP extensions:
    * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `mcrypt`
    * When authenticating against LDAP server: `ldap`
    * When authenticating against RADIUS server: `radius`
-- 
GitLab