Comment typofixes, pt 2

This commit is contained in:
Pasi Kallinen
2015-10-17 13:15:46 +03:00
parent f8b48490aa
commit f056bdb429
21 changed files with 24 additions and 24 deletions

View File

@@ -1832,7 +1832,7 @@ static const char *const as_is[] = {
variant instead of attempting to support both. */
};
/* singularize/pluralize decisiions common to both makesingular & makeplural
/* singularize/pluralize decisions common to both makesingular & makeplural
*/
STATIC_OVL boolean
singplur_lookup(basestr, endstring, to_plural, alt_as_is)