Fix another batch of spelling typos (#13915)

* Fix typos

* Remove repeated words

* Minor grammar fixes
This commit is contained in:
Nathan Baulch
2022-11-08 00:30:24 +11:00
committed by GitHub
parent 3dc8403e10
commit 9f1fa0e440
1449 changed files with 2576 additions and 2581 deletions

View File

@@ -7,7 +7,7 @@ use PHPUnit\Framework\TestCase;
class DateTimeSerializerTest extends TestCase
{
public function testDateTimeSanitazion()
public function testDateTimeSanitation()
{
$dateTime = new \DateTime('April 30, 1973 17:05 CEST');
@@ -25,7 +25,7 @@ class DateTimeSerializerTest extends TestCase
ObjectSerializer::setDateTimeFormat(\DateTime::ATOM);
}
public function testDateSanitazion()
public function testDateSanitation()
{
$dateTime = new \DateTime('April 30, 1973 17:05 CEST');