From 9dff84122ba9a06bba1f5e23ec53b677750af758 Mon Sep 17 00:00:00 2001 From: nothere Date: Wed, 9 Jul 2003 13:06:16 +0000 Subject: [PATCH 1/1] Typo fix: "Realy" -> "Really". --- src/object2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object2.c b/src/object2.c index 09b74b038..a2da25208 100644 --- a/src/object2.c +++ b/src/object2.c @@ -6743,7 +6743,7 @@ bool process_warning(int xx, int yy) #ifdef JP return get_check("ËÜÅö¤Ë¤³¤Î¤Þ¤Þ¿Ê¤à¤«¡©"); #else - return get_check("Realy want to go ahead? "); + return get_check("Really want to go ahead? "); #endif } } -- 2.11.0