diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-07-06 21:56:23 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-07-06 21:56:23 +0100 |
| commit | c073d66e7fca7a82c541a00aad3d0ae103d0e141 (patch) | |
| tree | 1e7b130b71f88a00bd5605ccedec4cf2767de689 | |
| parent | 52f124b09c3bc79f2e314c64c3ad971d9a17c818 (diff) | |
| download | webtrees-c073d66e7fca7a82c541a00aad3d0ae103d0e141.tar.gz webtrees-c073d66e7fca7a82c541a00aad3d0ae103d0e141.tar.bz2 webtrees-c073d66e7fca7a82c541a00aad3d0ae103d0e141.zip | |
Fix failing test
| -rw-r--r-- | app/Census/CensusOfUnitedStates1890.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1890.php b/app/Census/CensusOfUnitedStates1890.php index ed002bb814..8c6708c0ae 100644 --- a/app/Census/CensusOfUnitedStates1890.php +++ b/app/Census/CensusOfUnitedStates1890.php @@ -50,7 +50,7 @@ class CensusOfUnitedStates1890 extends CensusOfUnitedStates implements CensusInt new CensusColumnSexMF($this, 'Sex', 'Sex'), new CensusColumnAge($this, 'Age', 'Age at nearest birthday. If under one year, give age in months'), new CensusColumnConditionUs($this, 'Cond', 'Whether single, married, widowed, or divorced'), - new CensusColumnMonthIfMarriedWithinYear($this, 'Mar', 'Whether married duirng the census year (June 1, 1889, to May 31, 1890)'), + new CensusColumnMonthIfMarriedWithinYear($this, 'Mar', 'Whether married during the census year (June 1, 1889, to May 31, 1890)'), new CensusColumnNull($this, 'Chil', 'Mother of how many children, and number of these children living'), new CensusColumnBirthPlaceSimple($this, 'BP', 'Place of birth'), new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'), |
