From e0745db09f47b02fd4fef781e4b4f76ac42cc02f Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 11 May 2020 13:42:25 -0700 Subject: [PATCH] comment typo --- src/weapon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weapon.c b/src/weapon.c index c3deda3a4..faaadc0b9 100644 --- a/src/weapon.c +++ b/src/weapon.c @@ -50,7 +50,7 @@ static NEARDATA const char *const odd_skill_names[] = { "attack spells", "healing spells", "divination spells", "enchantment spells", "clerical spells", "escape spells", "matter spells", }; -/* indexed vis `is_martial() */ +/* indexed via is_martial() */ static NEARDATA const char *const barehands_or_martial[] = { "bare handed combat", "martial arts" };