]> granicus.if.org Git - nethack/commitdiff
zap_over_floor comment typo
authorPatR <rankin@nethack.org>
Tue, 24 May 2022 01:34:09 +0000 (18:34 -0700)
committerPatR <rankin@nethack.org>
Tue, 24 May 2022 01:34:09 +0000 (18:34 -0700)
src/zap.c

index c1ab2783a267875adafb00c56d39d28ccfd01c1e..a3ab9b820dbac402ff4a110f90f07617030f6488 100644 (file)
--- a/src/zap.c
+++ b/src/zap.c
@@ -4842,7 +4842,7 @@ zap_over_floor(
         else if (abs(type) < ZT_BREATH(0))
             zapverb = "spell";
     } else if (exploding_wand_typ == POT_OIL) {
-        /* breakobj() -> explode_oil() -> splatter_buring_oil()
+        /* breakobj() -> explode_oil() -> splatter_burning_oil()
            -> explode(ZT_SPELL(ZT_FIRE), BURNING_OIL)
            -> zap_over_floor(ZT_SPELL(ZT_FIRE), POT_OIL) */
         yourzap = FALSE;  /* and leave zapverb as "blast" */