From 4c7259a1d48f75b8bee60a5e83fb83d994f11cff Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 19 Feb 2024 00:42:27 -0800 Subject: [PATCH] another comment typo --- src/worn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worn.c b/src/worn.c index f39598c83..bee4284f5 100644 --- a/src/worn.c +++ b/src/worn.c @@ -293,7 +293,7 @@ check_wornmask_slots(void) object checking will most likely have already caught this] */ for (otmp = gi.invent; otmp; otmp = otmp->nobj) { if (otmp != o && (otmp->owornmask & m) != 0L - /* embedded scales owornmask is W_ARM|I_SPECIAL so whould + /* embedded scales owornmask is W_ARM|I_SPECIAL so would give a false complaint about item other than uarm having W_ARM bit set if we didn't screen it out here */ && (m != W_ARM || otmp != uskin