From fd5339768caefed37403387a39180427bf7c7cc0 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 21 Jan 2003 11:30:42 +0000 Subject: [PATCH] typo fix --- src/vault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vault.c b/src/vault.c index 1c5409df5..0f9e17904 100644 --- a/src/vault.c +++ b/src/vault.c @@ -244,7 +244,7 @@ fnd: if (youmonst.m_ap_type == M_AP_OBJECT || u.uundetected) { if (youmonst.m_ap_type == M_AP_OBJECT && youmonst.mappearance != GOLD_PIECE) - verbalize("Hey! who left that %s in here?", mimic_obj_name(&youmonst)); + verbalize("Hey! Who left that %s in here?", mimic_obj_name(&youmonst)); /* You're mimicking some object or you're hidden. */ pline("Puzzled, %s turns around and leaves.", mhe(guard)); mongone(guard); -- 2.40.0