spelling and typo fixes

Submitted for 3.7.0; all but one also apply to 3.6.3.

I rewrote the curses terminal-too-small message instead of just
fixing the spelling of "minumum".
This commit is contained in:
PatR
2019-12-11 12:35:45 -08:00
parent 850d37b47f
commit 8a57029503
12 changed files with 18 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ const struct propname {
{ UNCHANGING, "unchanging" },
{ REFLECTING, "reflecting" },
{ FREE_ACTION, "free action" },
{ FIXED_ABIL, "fixed abilites" },
{ FIXED_ABIL, "fixed abilities" },
{ LIFESAVED, "life will be saved" },
{ 0, 0 },
};
@@ -1398,7 +1398,7 @@ long timeout;
break; /* case [otyp ==] candelabrum|tallow_candle|wax_candle */
default:
impossible("burn_object: unexpeced obj %s", xname(obj));
impossible("burn_object: unexpected obj %s", xname(obj));
break;
}
if (need_newsym)