From: nothere Date: Wed, 9 Jul 2003 13:06:16 +0000 (+0000) Subject: Typo fix: "Realy" -> "Really". X-Git-Tag: v2.1.2~1287 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9dff84122ba9a06bba1f5e23ec53b677750af758;p=hengbandforosx%2Fhengbandosx.git Typo fix: "Realy" -> "Really". --- 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 } }