Index: LayoutTests/http/tests/security/resources/cors-script.php |
diff --git a/LayoutTests/http/tests/security/resources/cors-script.php b/LayoutTests/http/tests/security/resources/cors-script.php |
index 1023855ad8bce0394468b3230c289470d31a8b5f..ca0d3a3c1a20a3175c9bbf1f0ca4795b5aef3ab3 100644 |
--- a/LayoutTests/http/tests/security/resources/cors-script.php |
+++ b/LayoutTests/http/tests/security/resources/cors-script.php |
@@ -3,7 +3,7 @@ if (strtolower($_GET["cors"]) != "false") { |
header("Access-Control-Allow-Origin: http://127.0.0.1:8000"); |
} |
if (strtolower($_GET["credentials"]) == "true") { |
- header("Access-Control-ALlow-Credentials: true"); |
+ header("Access-Control-Allow-Credentials: true"); |
} |
header("Content-Type: application/javascript"); |
$value = $_GET['value']; |