Skip to content
Snippets Groups Projects
Commit cf74ceca authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #632 from danepowell/patch-2

Fixed typos.
parents 4c7859aa 429ac49e
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ short introduction to what you can do with them: ...@@ -42,7 +42,7 @@ short introduction to what you can do with them:
## Module layout ## Module layout
Each SimpleSAMLphp module is stored in a directory under the the Each SimpleSAMLphp module is stored in a directory under the
`modules`-directory. The module directory contains the following `modules`-directory. The module directory contains the following
directories and files: directories and files:
......
...@@ -46,7 +46,7 @@ abstract class SessionHandler ...@@ -46,7 +46,7 @@ abstract class SessionHandler
/** /**
* This constructor is included in case it is needed in the the * This constructor is included in case it is needed in the
* future. Including it now allows us to write parent::__construct() in * future. Including it now allows us to write parent::__construct() in
* the subclasses of this class. * the subclasses of this class.
*/ */
......
...@@ -27,7 +27,7 @@ class Errors ...@@ -27,7 +27,7 @@ class Errors
/** /**
* Append current XML errors to the the current stack level. * Append current XML errors to the current stack level.
*/ */
private static function addErrors() private static function addErrors()
{ {
......
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