diff options
Diffstat (limited to 'tests/app/Census/CensusOfUnitedStates1890Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfUnitedStates1890Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfUnitedStates1890Test.php b/tests/app/Census/CensusOfUnitedStates1890Test.php index 74b6757829..174adcd339 100644 --- a/tests/app/Census/CensusOfUnitedStates1890Test.php +++ b/tests/app/Census/CensusOfUnitedStates1890Test.php @@ -113,7 +113,7 @@ class CensusOfUnitedStates1890Test extends TestCase self::assertSame('Sex', $columns[5]->title()); self::assertSame('Age at nearest birthday. If under one year, give age in months', $columns[6]->title()); self::assertSame('Whether single, married, widowed, or divorced', $columns[7]->title()); - self::assertSame('Whether married duirng the census year (June 1, 1889, to May 31, 1890)', $columns[8]->title()); + self::assertSame('Whether married during the census year (June 1, 1889, to May 31, 1890)', $columns[8]->title()); self::assertSame('Mother of how many children, and number of these children living', $columns[9]->title()); self::assertSame('Place of birth', $columns[10]->title()); self::assertSame('Place of birth of father', $columns[11]->title()); |
