From: Pasi Kallinen Date: Tue, 7 Jun 2016 05:58:52 +0000 (+0300) Subject: Fix typo X-Git-Tag: NetHack-3.6.1_RC01~693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a157c4873ddb96c81156b40479106aaca6740099;p=nethack Fix typo --- 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");