grammar: "foo based" to "foo-based"

There seems to be a need to locate these in the distribution every decade or so.
This commit is contained in:
nhmall
2022-10-30 16:08:14 -04:00
parent 333735863f
commit ad23b4e8e1
11 changed files with 12 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ cursetxt(struct monst *mtmp, boolean undirected)
}
}
/* convert a level based random selection into a specific mage spell;
/* convert a level-based random selection into a specific mage spell;
inappropriate choices will be screened out by spell_would_be_useless() */
static int
choose_magic_spell(int spellval)
@@ -124,7 +124,7 @@ choose_magic_spell(int spellval)
}
}
/* convert a level based random selection into a specific cleric spell */
/* convert a level-based random selection into a specific cleric spell */
static int
choose_clerical_spell(int spellnum)
{