From 559cddad6552fda4ba1fd00dd1ff5f7c8a229236 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 25 Sep 2017 13:27:12 -0700 Subject: [PATCH] another comment typo --- src/potion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;