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

@@ -8,7 +8,7 @@ staticfn int write_ok(struct obj *) NO_NNARGS;
staticfn char *new_book_description(int, char *) NONNULL NONNULLPTRS;
/*
* returns basecost of a scroll or a spellbook
* returns base cost of a scroll or a spellbook
*/
staticfn int
cost(struct obj *otmp)
@@ -351,7 +351,7 @@ dowrite(struct obj *pen)
return ECMD_TIME;
}
/* useup old scroll / spellbook */
/* use up old scroll / spellbook */
useup(paper);
/* success */