Skip to content
Snippets Groups Projects
Commit c08ee897 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Typos.

parent bd5ede94
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment