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" };