From c08ee8976f89218e7c585ea94924a7802b4ac05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Wed, 10 Aug 2016 13:27:50 +0200 Subject: [PATCH] Typos. --- lib/SimpleSAML/Configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 61f520957..22ca6ad23 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -412,7 +412,7 @@ class SimpleSAML_Configuration /** - * Check whether an key in the configuration exists. + * Check whether a key in the configuration exists or not. * * @param string $name The key in the configuration to look for. * @@ -797,7 +797,7 @@ class SimpleSAML_Configuration * isn't given, the option will be considered to be mandatory. The default value can be * any value, including null. * - * @return mixed The option with the given name, or $default if the option isn't found adn $default is given. + * @return mixed The option with the given name, or $default if the option isn't found and $default is given. * * @throws Exception If the option does not have any of the allowed values. */ -- GitLab