more spelling and inconsistency corrections; comments and elsewhere

This commit is contained in:
nhmall
2026-01-11 21:12:25 -05:00
parent 904e3ffe67
commit c62d76b776
17 changed files with 68 additions and 68 deletions

View File

@@ -86,7 +86,7 @@ static const char
* 1. Initializing the slot during character generation or a
* restore.
* 2. Setting the slot due to a player's actions.
* 3. If one of the objects in the slot are split off, these
* 3. If one of the objects in the slot is split off, these
* functions can be used to put the remainder back in the slot.
* 4. Putting an item that was thrown and returned back into the slot.
* 5. Emptying the slot, by passing a null object. NEVER pass
@@ -1021,7 +1021,7 @@ chwepon(struct obj *otmp, int amount)
/*
* Enchantment, which normally improves a weapon, has an
* addition adverse reaction on Magicbane whose effects are
* additional adverse reaction on Magicbane whose effects are
* spe dependent. Give an obscure clue here.
*/
if (u_wield_art(ART_MAGICBANE) && uwep->spe >= 0) {