some comment spelling fixes

This commit is contained in:
nhmall
2023-03-16 22:27:01 -04:00
parent 90906ed05a
commit de79240dea
51 changed files with 118 additions and 118 deletions

View File

@@ -654,7 +654,7 @@ walk_path(coord *src_cc, coord *dest_cc,
* This should be replaced with a more versatile algorithm
* since it handles slanted moves in a suboptimal way.
* Going from 'x' to 'y' needs to pass through 'z', and will
* fail if there's an obstable there, but it could choose to
* fail if there's an obstacle there, but it could choose to
* pass through 'Z' instead if that way imposes no obstacle.
* ..y .Zy
* xz. vs x..
@@ -1781,7 +1781,7 @@ return_throw_to_inv(
struct obj *otmp = NULL;
/* if 'obj' is from a stack split, we can put it back by undoing split
so there's no chance of merging with some other compatable stack */
so there's no chance of merging with some other compatible stack */
if (obj->o_id == gc.context.objsplit.parent_oid
|| obj->o_id == gc.context.objsplit.child_oid) {
obj->nobj = gi.invent;
@@ -1799,7 +1799,7 @@ return_throw_to_inv(
/* if 'obj' wasn't from a stack split or if it wouldn't merge back
(maybe new erosion damage?) then it needs to be added to invent;
don't merge with any other stack even if there is a compatable one
don't merge with any other stack even if there is a compatible one
(others with similar erosion?) */
if (!otmp) {
obj->nomerge = 1;