Skip to content
Snippets Groups Projects
Commit 429ac49e authored by Dane Powell's avatar Dane Powell Committed by Dane Powell
Browse files

Fixed typos.

parent 4c7859aa
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.
Please register or to comment