just a typo in do_display

This commit is contained in:
Fizban 2008-07-26 15:43:57 +00:00
parent b124dd3cb2
commit 16b0c12174

View file

@ -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);