From 56b107ca0696126db3fff944caf0d1b5d07e8824 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Wed, 6 Jan 2021 11:51:34 +0100
Subject: [PATCH] Fix typos

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

diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php
index d74031ef0..7ebe99637 100644
--- a/lib/SimpleSAML/Utils/HTTP.php
+++ b/lib/SimpleSAML/Utils/HTTP.php
@@ -20,7 +20,7 @@ class HTTP
 {
     /**
      * Determine if the user agent can support cookies being sent with SameSite equal to "None".
-     * Browsers with out support may drop the cookie and or treat is a stricter setting
+     * Browsers without support may drop the cookie and or treat it as stricter setting
      * Browsers with support may have additional requirements on setting it on non-secure websites.
      *
      * Based on the Azure teams experience rolling out support and Chromium's advice
-- 
GitLab