From 429ac49e76e28d920c01a070f6908db3f3ff1fd2 Mon Sep 17 00:00:00 2001
From: Dane Powell <danepowell@users.noreply.github.com>
Date: Thu, 8 Jun 2017 15:15:42 -0700
Subject: [PATCH] Fixed typos.

---
 docs/simplesamlphp-modules.md     | 2 +-
 lib/SimpleSAML/SessionHandler.php | 2 +-
 lib/SimpleSAML/XML/Errors.php     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md
index c92e9940b..ccbb851c8 100644
--- a/docs/simplesamlphp-modules.md
+++ b/docs/simplesamlphp-modules.md
@@ -42,7 +42,7 @@ short introduction to what you can do with them:
 
 ## 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
 directories and files:
 
diff --git a/lib/SimpleSAML/SessionHandler.php b/lib/SimpleSAML/SessionHandler.php
index 0a336e891..7c18ac210 100644
--- a/lib/SimpleSAML/SessionHandler.php
+++ b/lib/SimpleSAML/SessionHandler.php
@@ -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
      * the subclasses of this class.
      */
diff --git a/lib/SimpleSAML/XML/Errors.php b/lib/SimpleSAML/XML/Errors.php
index af4d3dc91..201c56f26 100644
--- a/lib/SimpleSAML/XML/Errors.php
+++ b/lib/SimpleSAML/XML/Errors.php
@@ -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()
     {
-- 
GitLab