Skip to content

Commit 6c2d880

Browse files
committed
Spelling fixes
1 parent 797d2ff commit 6c2d880

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gedcomfy/src/schemas/v551/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

250250
define_enum!(
251251
enum FamilyEvent {
252-
Anulment,
252+
Annulment,
253253
CensusFamily,
254254
Divorce,
255255
DivorceFiled,
@@ -407,7 +407,7 @@ indi_event!("CHRA" AdultChristening);
407407
indi_event!("FCOM" FirstCommunion);
408408
indi_event!("ORDN" Ordination);
409409
indi_event!("NATU" Naturalization);
410-
indi_event!("EMIG" Emmigration);
410+
indi_event!("EMIG" Emigration);
411411
indi_event!("IMMI" Immigration);
412412
indi_event!("CENS" CensusIndividual);
413413
indi_event!("PROB" Probate);
@@ -431,7 +431,7 @@ define_record!(
431431
}
432432
);
433433

434-
fam_event!("ANUL" Anulment);
434+
fam_event!("ANUL" Annulment);
435435
fam_event!("CENS" CensusFamily);
436436
fam_event!("DIV" Divorce);
437437
fam_event!("DIVF" DivorceFiled);

gedcomfy/tests/snapshots/tests__can_parse_allged_fully.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)