From: Pasi Kallinen Date: Thu, 2 Feb 2023 17:07:56 +0000 (+0200) Subject: Comment typofix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae29f1dfdddda123fded7928670e2a4e3c917c7;p=nethack Comment typofix --- diff --git a/src/read.c b/src/read.c index ccb1f3693..7c0a83418 100644 --- a/src/read.c +++ b/src/read.c @@ -2973,7 +2973,7 @@ create_particular_parse( d->saddled = TRUE; (void) memset(tmpp, ' ', sizeof "saddled " - 1); } - /* state -- limited number of possibilitie supported */ + /* state -- limited number of possibilities supported */ if ((tmpp = strstri(bufp, "sleeping ")) != 0) { d->sleeping = TRUE; (void) memset(tmpp, ' ', sizeof "sleeping " - 1);