summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2016-02-09 11:13:55 +0100
committerJaime Perez Crespo <jaime.perez@uninett.no>2016-02-09 11:13:55 +0100
commit0b1501e8b67fcbf09c39339466b9be4b8bfa77f3 (patch)
tree343e07732edf6ed773d3651e4b1538269cc28c54 /lib/SimpleSAML
parent79b9a26e777eae496b98a2f21323bfd5b7531330 (diff)
downloadsimplesamlphp-0b1501e8b67fcbf09c39339466b9be4b8bfa77f3.zip
simplesamlphp-0b1501e8b67fcbf09c39339466b9be4b8bfa77f3.tar.gz
simplesamlphp-0b1501e8b67fcbf09c39339466b9be4b8bfa77f3.tar.bz2
Tests for SimpleSAML\Locale\Language::isLanguageRTL() + Typo.
Diffstat (limited to 'lib/SimpleSAML')
-rw-r--r--lib/SimpleSAML/Locale/Language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Locale/Language.php b/lib/SimpleSAML/Locale/Language.php
index f163c52..2bdcb68 100644
--- a/lib/SimpleSAML/Locale/Language.php
+++ b/lib/SimpleSAML/Locale/Language.php
@@ -153,7 +153,7 @@ class Language
continue;
}
- /* Some user agents use very limited precicion of the quality value, but order the elements in descending
+ /* Some user agents use very limited precision of the quality value, but order the elements in descending
* order. Therefore we rely on the order of the output from getAcceptLanguage() matching the order of the
* languages in the header when two languages have the same quality.
*/