From 51bf9dd76d376faf87c0af6c5fa01b9aa7292aff Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 22 Dec 2023 14:57:50 -0500 Subject: [PATCH] comment typo --- src/wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard.c b/src/wizard.c index 816887242..0c720b25e 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -181,7 +181,7 @@ mon_has_arti(struct monst *mtmp, short otyp) /* * Returns some monster other than mtmp that - * has arifact, or NULL monst pointer. + * has artifact, or NULL monst pointer. */ static struct monst * other_mon_has_arti(struct monst *mtmp, short otyp)