From 16b0c121740142d00490dafa7823fb9ce0c728af Mon Sep 17 00:00:00 2001 From: Fizban Date: Sat, 26 Jul 2008 15:43:57 +0000 Subject: [PATCH] just a typo in do_display --- src/act.other.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/act.other.c b/src/act.other.c index 7a7b0bd..4244d9f 100644 --- a/src/act.other.c +++ b/src/act.other.c @@ -634,7 +634,7 @@ ACMD(do_display) size_t i; if (IS_NPC(ch)) { - send_to_char(ch, "Mosters don't need displays. Go away.\r\n"); + send_to_char(ch, "Monsters don't need displays. Go away.\r\n"); return; } skip_spaces(&argument);