summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2016-04-18 13:40:28 +0200
committerJaime Perez Crespo <jaime.perez@uninett.no>2016-04-18 13:40:28 +0200
commit148e7cff7c40ae8d5a45238f295192cb6afdaffb (patch)
treeb2204aed291f14cbe9480525364fa8d8a736f017 /lib
parent8de8f3571d87ca1d6813c0ad5e76cf58b657cb0d (diff)
downloadsimplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.zip
simplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.tar.gz
simplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.tar.bz2
Typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/SimpleSAML/Error/NotFound.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SimpleSAML/Error/NotFound.php b/lib/SimpleSAML/Error/NotFound.php
index bdd7c56..6c0dfd2 100644
--- a/lib/SimpleSAML/Error/NotFound.php
+++ b/lib/SimpleSAML/Error/NotFound.php
@@ -3,8 +3,8 @@
/**
* Exception which will show a 404 Not Found error page.
*
- * This exception can be thrown from within an module page handler. The user will then be
- * shown a 404 Not Found error page.
+ * This exception can be thrown from within a module page handler. The user will then be shown a 404 Not Found error
+ * page.
*
* @author Olav Morken, UNINETT AS.
* @package SimpleSAMLphp