diff options
| author | 2022-01-08 16:25:17 +0100 | |
|---|---|---|
| committer | 2022-01-08 16:25:17 +0100 | |
| commit | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (patch) | |
| tree | d87c483688575cb5a6b674849e2aefa2052116c8 /tests/lib/Minz/MigratorTest.php | |
| parent | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (diff) | |
Fix various typos and spelling errors in documentation, comments and code. (#4134)
Diffstat (limited to 'tests/lib/Minz/MigratorTest.php')
| -rw-r--r-- | tests/lib/Minz/MigratorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Minz/MigratorTest.php b/tests/lib/Minz/MigratorTest.php index dec1d0176..6cc4b4a94 100644 --- a/tests/lib/Minz/MigratorTest.php +++ b/tests/lib/Minz/MigratorTest.php @@ -291,7 +291,7 @@ class MigratorTest extends TestCase $this->assertTrue($result); $versions = file_get_contents($applied_migrations_path); - // if the order changes, it probably means the first versions comparaison + // if the order changes, it probably means the first versions comparison // test doesn't work anymore $this->assertSame("2019_12_23_Baz\n2019_12_22_FooBar", $versions); } |
