diff --git a/core/modules/system/src/Tests/System/HtaccessTest.php b/core/modules/system/src/Tests/System/HtaccessTest.php
index 291dfee..fe21b9c 100644
--- a/core/modules/system/src/Tests/System/HtaccessTest.php
+++ b/core/modules/system/src/Tests/System/HtaccessTest.php
@@ -101,7 +101,7 @@ public function testFileAccess() {
     $this->drupalGet('core/lib/Drupal.php/1');
     $this->assertResponse(403, "Access to core/lib/Drupal.php/1 is denied.");
 
-    // Test that is it possible to have path aliases containing .php.
+    // Test that it is possible to have path aliases containing .php.
     $type = $this->drupalCreateContentType();
 
     // Create an node aliased to test.php.
