fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -333,7 +333,7 @@ fixuporacle(struct monst *oracle)
break;
if (o_ridx != ridx && ridx < SIZE(gr.rooms)) {
/* room found and she's not not in it, so try to move her there */
/* room found and she's not in it, so try to move her there */
cc.x = (gr.rooms[ridx].lx + gr.rooms[ridx].hx) / 2;
cc.y = (gr.rooms[ridx].ly + gr.rooms[ridx].hy) / 2;
if (enexto(&cc, cc.x, cc.y, oracle->data)) {
@@ -758,7 +758,7 @@ fix_ghostly_obj(struct obj *obj)
if (!obj->ghostly)
return;
switch(obj->otyp) {
/* asymetrical weapons */
/* asymmetrical weapons */
case BOW:
case ELVEN_BOW:
case ORCISH_BOW: