diff options
author | Ketil Albertsen <ketil.albertsen@uninett.no> | 2008-03-27 15:35:18 +0000 |
---|---|---|
committer | Ketil Albertsen <ketil.albertsen@uninett.no> | 2008-03-27 15:35:18 +0000 |
commit | f6c8cb1543a4ee56775212934698ad6ba8eb553a (patch) | |
tree | 95d14c623a9ea14fabe6de37618d48d99cc57da4 | |
parent | 4d83cb804e9a5371745a8c6a7f0069d2e86b7126 (diff) | |
download | simplesamlphp-f6c8cb1543a4ee56775212934698ad6ba8eb553a.zip simplesamlphp-f6c8cb1543a4ee56775212934698ad6ba8eb553a.tar.gz simplesamlphp-f6c8cb1543a4ee56775212934698ad6ba8eb553a.tar.bz2 |
Language check and correction of a number of errors.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@452 44740490-163a-0410-bde0-09ae8108e29a
-rw-r--r-- | docs/source/simplesamlphp-googleapps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/simplesamlphp-googleapps.xml b/docs/source/simplesamlphp-googleapps.xml index 820922b..6af9471 100644 --- a/docs/source/simplesamlphp-googleapps.xml +++ b/docs/source/simplesamlphp-googleapps.xml @@ -313,7 +313,7 @@ An optional company name []:</screen> <programlisting> /* * This example shows an example config that works with Google Apps for education. * What is important is that you have an attribute in your IdP that maps to the local part of the email address - * at Google Apps. In example, if your google account is foo.com, and you have a user that has an email john@foo.com, then you + * at Google Apps. E.g. if your google account is foo.com, and you have a user with email john@foo.com, then you * must set the simplesaml.nameidattribute to be the name of an attribute that for this user has the value of 'john'. */ 'google.com' => array( |