From a157c4873ddb96c81156b40479106aaca6740099 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 7 Jun 2016 08:58:52 +0300 Subject: [PATCH] Fix typo --- src/spell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");