File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ define_enum!(
236236 FirstCommunion ,
237237 Ordination ,
238238 Naturalization ,
239- Emmigration ,
239+ Emigration ,
240240 Immigration ,
241241 CensusIndividual ,
242242 Probate ,
@@ -249,7 +249,7 @@ define_enum!(
249249
250250define_enum ! (
251251 enum FamilyEvent {
252- Anulment ,
252+ Annulment ,
253253 CensusFamily ,
254254 Divorce ,
255255 DivorceFiled ,
@@ -407,7 +407,7 @@ indi_event!("CHRA" AdultChristening);
407407indi_event ! ( "FCOM" FirstCommunion ) ;
408408indi_event ! ( "ORDN" Ordination ) ;
409409indi_event ! ( "NATU" Naturalization ) ;
410- indi_event ! ( "EMIG" Emmigration ) ;
410+ indi_event ! ( "EMIG" Emigration ) ;
411411indi_event ! ( "IMMI" Immigration ) ;
412412indi_event ! ( "CENS" CensusIndividual ) ;
413413indi_event ! ( "PROB" Probate ) ;
@@ -431,7 +431,7 @@ define_record!(
431431 }
432432) ;
433433
434- fam_event ! ( "ANUL" Anulment ) ;
434+ fam_event ! ( "ANUL" Annulment ) ;
435435fam_event ! ( "CENS" CensusFamily ) ;
436436fam_event ! ( "DIV" Divorce ) ;
437437fam_event ! ( "DIVF" DivorceFiled ) ;
Original file line number Diff line number Diff line change @@ -1148,8 +1148,8 @@ V551(
11481148 ),
11491149 },
11501150 ),
1151- Emmigration (
1152- Emmigration {
1151+ Emigration (
1152+ Emigration {
11531153 detail: Some (
11541154 IndividualEventDetail {
11551155 detail: EventDetail {
@@ -2966,8 +2966,8 @@ V551(
29662966 Family (
29672967 Family {
29682968 events: [
2969- Anulment (
2970- Anulment {
2969+ Annulment (
2970+ Annulment {
29712971 detail: Some (
29722972 FamilyEventDetail {
29732973 detail: Some (
You can’t perform that action at this time.
0 commit comments