diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php
index d74031ef02e56d166cc2dc26c38c1b651752b886..7ebe99637c369220bc8f68ee2c30401a9b4c29cc 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