diff options
author | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2014-01-27 09:28:12 +0000 |
---|---|---|
committer | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2014-01-27 09:28:12 +0000 |
commit | 74f1033f668dad15ecfed4829a5b52680a125f14 (patch) | |
tree | 937d124955c75fc6d3d895efa1adec96c351c176 /modules/exampleauth/lib/Auth | |
parent | 57acd8378e263f6abd41a427f01fdcada0391a20 (diff) | |
download | simplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.zip simplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.tar.gz simplesamlphp-74f1033f668dad15ecfed4829a5b52680a125f14.tar.bz2 |
Language fixes.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3333 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'modules/exampleauth/lib/Auth')
-rw-r--r-- | modules/exampleauth/lib/Auth/Source/External.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php index 282c6a4..53818e9 100644 --- a/modules/exampleauth/lib/Auth/Source/External.php +++ b/modules/exampleauth/lib/Auth/Source/External.php @@ -133,7 +133,7 @@ class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source { $stateId = SimpleSAML_Auth_State::saveState($state, 'exampleauth:External'); /* - * Now we generate an URL the user should return to after authentication. + * Now we generate a URL the user should return to after authentication. * We assume that whatever authentication page we send the user to has an * option to return the user to a specific page afterwards. */ |