]> granicus.if.org Git - nethack/commitdiff
typo fix
authornethack.allison <nethack.allison>
Tue, 21 Jan 2003 11:30:42 +0000 (11:30 +0000)
committernethack.allison <nethack.allison>
Tue, 21 Jan 2003 11:30:42 +0000 (11:30 +0000)
src/vault.c

index 1c5409df52f798ff28d415db48cc06013064f1ed..0f9e17904e82bf16a0fa58b14faaeb190843521b 100644 (file)
@@ -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);