]> granicus.if.org Git - nethack/commitdiff
Comment typofix
authorPasi Kallinen <paxed@alt.org>
Thu, 2 Feb 2023 17:07:56 +0000 (19:07 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 2 Feb 2023 17:07:56 +0000 (19:07 +0200)
src/read.c

index ccb1f3693768a09bcc85609acd2d3573c53a73f0..7c0a834184056a6d0eaf76e1dd1e14798858276b 100644 (file)
@@ -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);