[WINESYNC] Assorted spelling/grammar fixes.

wine commit id 1e214eb5d354ffbb64699686913a5eb61998ed78 by Frédéric Delanoy <frederic.delanoy@gmail.com>
This commit is contained in:
winesync 2024-04-25 21:45:44 +03:00 committed by Timo Kreuzer
parent f70a1d03b0
commit 8c0ffa6f18

View file

@ -5419,7 +5419,7 @@ static const struct geoinfo_t *get_geoinfo_dataptr(GEOID geoid)
ptr = &geoinfodata[n];
if (geoid == ptr->id)
/* we don't need empty entry */
/* we don't need empty entries */
return *ptr->iso2W ? ptr : NULL;
if (ptr->id > geoid)