From: nethack.allison Date: Tue, 21 Jan 2003 11:30:42 +0000 (+0000) Subject: typo fix X-Git-Tag: MOVE2GIT~2227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd5339768caefed37403387a39180427bf7c7cc0;p=nethack typo fix --- 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);