From cebc9e9416c1a8f35c23e4a4d49429f66ffe359e Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 8 Sep 2022 12:08:37 -0400 Subject: [PATCH] fix a grammar bit adjacent to recent spelling fix --- include/monflag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/monflag.h b/include/monflag.h index 080aa5ea6..f90d89a59 100644 --- a/include/monflag.h +++ b/include/monflag.h @@ -34,7 +34,7 @@ enum ms_sounds { MS_IMITATE = 20, /* imitates others (leocrotta) */ MS_WERE = 21, /* lycanthrope in human form */ MS_ORC = 22, /* intelligent brutes */ - /* from here onward, can speech can be comprehended */ + /* from here onward, speech can be comprehended */ MS_HUMANOID = 23, /* generic traveling companion */ MS_ARREST = 24, /* "Stop in the name of the law!" (Kops) */ MS_SOLDIER = 25, /* army and watchmen expressions */