diff options
author | Jaime Pérez <jaime.perez@uninett.no> | 2016-08-10 13:27:50 +0200 |
---|---|---|
committer | Jaime Pérez <jaime.perez@uninett.no> | 2016-08-10 13:27:50 +0200 |
commit | c08ee8976f89218e7c585ea94924a7802b4ac05c (patch) | |
tree | 7828a9e5d6fe20aa54ac862738caaf70011dc3f8 | |
parent | bd5ede946217dc8a32f9d11ec1b7e45ea18558ee (diff) | |
download | simplesamlphp-c08ee8976f89218e7c585ea94924a7802b4ac05c.zip simplesamlphp-c08ee8976f89218e7c585ea94924a7802b4ac05c.tar.gz simplesamlphp-c08ee8976f89218e7c585ea94924a7802b4ac05c.tar.bz2 |
Typos.
-rw-r--r-- | lib/SimpleSAML/Configuration.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 61f5209..22ca6ad 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. */ |