]> granicus.if.org Git - nethack/commitdiff
glob rot - replace misspelled dissipates with \
authorPatR <rankin@nethack.org>
Fri, 1 Apr 2022 17:47:25 +0000 (10:47 -0700)
committerPatR <rankin@nethack.org>
Fri, 1 Apr 2022 17:47:25 +0000 (10:47 -0700)
dissolves

"The glob of <type> dissippates completely" was misspelled.  Instead
of just fixing the spelling, switch to a different term since
dissipate is also being used for gas clouds and globs aren't gaseous.

src/mkobj.c

index e2b684ac2a3812c4f99fbf4e20f55f1a5c62a262..b56a77856a597d8b10225f07121a0c3048d054d4 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.7 mkobj.c $NHDT-Date: 1637992348 2021/11/27 05:52:28 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.222 $ */
+/* NetHack 3.7 mkobj.c $NHDT-Date: 1648835240 2022/04/01 17:47:20 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.236 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Derek S. Ray, 2015. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1449,7 +1449,7 @@ shrink_glob(
             pline("%s %s.", globnambuf,
                   /* globs always have quantity 1 so we don't need otense()
                      because the verb always references a singular item */
-                  gone ? "dissippates completely" : "shrinks");
+                  gone ? "dissolves completely" : "shrinks");
         updinv = TRUE;
     } else if (contnr) {
         /* when in a container, it might be nested so find outermost one */