]> granicus.if.org Git - nethack/commitdiff
Fix typo
authorPasi Kallinen <paxed@alt.org>
Tue, 7 Jun 2016 05:58:52 +0000 (08:58 +0300)
committerPasi Kallinen <paxed@alt.org>
Tue, 7 Jun 2016 05:58:52 +0000 (08:58 +0300)
src/spell.c

index e0abcb54198bd926c5c2d2f11f5daa81a31f9946..52ef15f7fdf53db6361f3ef4b50608d20fec8c18 100644 (file)
@@ -816,7 +816,7 @@ cast_protection()
                                    : (rmtyp == CLOUD)
                                       ? "cloud"
                                       : IS_TREE(rmtyp)
-                                         ? "vegitation"
+                                         ? "vegetation"
                                          : IS_STWALL(rmtyp)
                                             ? "stone"
                                             : "air");