From d3ec40caeae529daf65c907a9db2d94ce53fe60e Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Sat, 20 Jul 2019 15:34:29 +0200
Subject: [PATCH] typo

---
 lib/SimpleSAML/Store/SQL.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Store/SQL.php b/lib/SimpleSAML/Store/SQL.php
index a9223ddf9..2be40ef89 100644
--- a/lib/SimpleSAML/Store/SQL.php
+++ b/lib/SimpleSAML/Store/SQL.php
@@ -133,7 +133,7 @@ class SQL extends Store
              *     Copy the current data to the new table
              *     Drop the old table
              *     Rename the new table correctly
-             *     Readd the index
+             *     Read the index
              */
             [
                 'CREATE TABLE '.$this->prefix.
-- 
GitLab