diff --git a/src/spell.c b/src/spell.c index e0abcb541..52ef15f7f 100644 --- a/src/spell.c +++ b/src/spell.c @@ -816,7 +816,7 @@ cast_protection() : (rmtyp == CLOUD) ? "cloud" : IS_TREE(rmtyp) - ? "vegitation" + ? "vegetation" : IS_STWALL(rmtyp) ? "stone" : "air");