From: PatR Date: Mon, 25 Sep 2017 20:27:12 +0000 (-0700) Subject: another comment typo X-Git-Tag: NetHack-3.6.1_RC01~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=559cddad6552fda4ba1fd00dd1ff5f7c8a229236;p=nethack another comment typo --- diff --git a/src/potion.c b/src/potion.c index cdaf9c1d3..aeed5891e 100644 --- a/src/potion.c +++ b/src/potion.c @@ -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;