From 72d3cd66fa582a2481ca98e84889e58741dbf145 Mon Sep 17 00:00:00 2001 From: Stevan Earl Date: Thu, 13 Aug 2026 10:35:45 -0700 Subject: [PATCH] Correct youngest spelling in BIOGRAPHY_DATA hint --- db/schemas/lib/triggers/create/biography_data.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index fd51747..9412ee7 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -151,7 +151,7 @@ define({check_firstborn}, {dnl || '), Value (BirthDate) = (' || fb_birthdate || ')]' - , HINT = 'If the youngest sibling is no longer yougest,' + , HINT = 'If the youngest sibling is no longer youngest,' || ' set the youngest''s' || ' (FirstBorn) = (sdb_not_firstborn) before' || ' making this change'; -- 2.34.1