Spell the plural of an acronym consistently without apostrophe

Opinions differ on how to pluralize acronyms[*], but let's be
consistent: say "BTUs", not "BTU's".

[*] https://en.wikipedia.org/wiki/Acronym#Representing_plurals_and_possessives

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-08-05 19:11:02 +02:00
parent a83c512dd5
commit a54257c51c
17 changed files with 40 additions and 40 deletions

View file

@ -70,7 +70,7 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
struct nstr_item ni;
int changed = 0;
pr("Releasing RV's for %s detonation...\n",
pr("Releasing RVs for %s detonation...\n",
airburst ? "airburst" : "groundburst");
getsect(x, y, &sect);