From 35b56fb94bc4d64feea68cbe308034ceb518ebce Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 20 May 2022 19:45:07 -0400 Subject: [PATCH] incorporate the later force push on pr767 --- src/objnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objnam.c b/src/objnam.c index b72c00702..61c277d5e 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -2454,7 +2454,7 @@ singplur_compound(char *str) " versus ", " from ", " in ", " on ", " a la ", " with", /* " with "? */ " de ", " d'", " du ", - "-in-", "-at-", " au ", + " au ", "-in-", "-at-", 0 }, /* list of first characters for all compounds[] entries */ compound_start[] = " -"; -- 2.50.1