diff --git a/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php b/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php index 99b7f5e..aa058bb 100644 --- a/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php +++ b/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php @@ -73,7 +73,7 @@ public function testValidate() { $token = $this->generator->get('bar'); $this->assertTrue($this->generator->validate($token, 'bar')); - // Check the skip_anoymous option with both a anonymous user and a real + // Check the skip_anonymous option with both a anonymous user and a real // user. $account = $this->getMock('Drupal\Core\Session\AccountInterface'); $account->expects($this->once())