diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-04-18 13:40:28 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-04-18 13:40:28 +0200 |
commit | 148e7cff7c40ae8d5a45238f295192cb6afdaffb (patch) | |
tree | b2204aed291f14cbe9480525364fa8d8a736f017 /lib | |
parent | 8de8f3571d87ca1d6813c0ad5e76cf58b657cb0d (diff) | |
download | simplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.zip simplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.tar.gz simplesamlphp-148e7cff7c40ae8d5a45238f295192cb6afdaffb.tar.bz2 |
Typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SimpleSAML/Error/NotFound.php | 4 |
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 |