]> granicus.if.org Git - nethack/commitdiff
another comment typo
authorPatR <rankin@nethack.org>
Mon, 25 Sep 2017 20:27:12 +0000 (13:27 -0700)
committerPatR <rankin@nethack.org>
Mon, 25 Sep 2017 20:27:12 +0000 (13:27 -0700)
src/potion.c

index cdaf9c1d3049f8ceecc55cc004099ecdb719a940..aeed5891ef3c23f55130e4831f9aec65bc81d77e 100644 (file)
@@ -1243,7 +1243,7 @@ const char *objphrase; /* "Your widget glows" or "Steed's saddle glows" */
     return res;
 }
 
-/* potion obj hits monster mon, which might be youmounst; obj always use up */
+/* potion obj hits monster mon, which might be youmonst; obj always use up */
 void
 potionhit(mon, obj, how)
 struct monst *mon;