From e899b8db26e1b05a39753ff452503a8d2c072324 Mon Sep 17 00:00:00 2001 From: nothere Date: Tue, 3 Aug 2004 00:58:48 +0000 Subject: [PATCH] "equpiments" -> "equipments". --- src/autopick.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/autopick.c b/src/autopick.c index c6fb3d63c..029ff4127 100644 --- a/src/autopick.c +++ b/src/autopick.c @@ -1232,11 +1232,11 @@ static bool is_autopick_aux(object_type *o_ptr, autopick_type *entry, cptr o_nam } } - /*** Rere equpiments ***/ + /*** Rere equipments ***/ if (IS_FLG(FLG_RARE) && !object_is_rare(o_ptr)) return FALSE; - /*** Common equpiments ***/ + /*** Common equipments ***/ if (IS_FLG(FLG_COMMON) && object_is_rare(o_ptr)) return FALSE; @@ -2262,14 +2262,14 @@ static void describe_autopick(char *buff, autopick_type *entry) body_str = "ÁõÈ÷"; } - /*** Rare equpiments ***/ + /*** Rare equipments ***/ if (IS_FLG(FLG_RARE)) { before_str[before_n++] = "¥É¥é¥´¥óÁõÈ÷¤ä¥«¥ª¥¹¡¦¥Ö¥ì¡¼¥ÉÅù¤ò´Þ¤àÄÁ¤·¤¤"; body_str = "ÁõÈ÷"; } - /*** Common equpiments ***/ + /*** Common equipments ***/ if (IS_FLG(FLG_COMMON)) { before_str[before_n++] = "¤¢¤ê¤Õ¤ì¤¿(¥É¥é¥´¥óÁõÈ÷¤ä¥«¥ª¥¹¡¦¥Ö¥ì¡¼¥ÉÅù¤ÎÄÁ¤·¤¤Êª¤Ç¤Ï¤Ê¤¤)"; @@ -2482,7 +2482,7 @@ static void describe_autopick(char *buff, autopick_type *entry) if (IS_FLG(FLG_STAR_IDENTIFIED)) before_str[before_n++] = "fully identified"; - /*** Rare equpiments ***/ + /*** Rare equipments ***/ if (IS_FLG(FLG_RARE)) { before_str[before_n++] = "very rare"; @@ -2490,7 +2490,7 @@ static void describe_autopick(char *buff, autopick_type *entry) after_str[after_n++] = "such like Dragon armors, Blades of Chaos, etc."; } - /*** Common equpiments ***/ + /*** Common equipments ***/ if (IS_FLG(FLG_COMMON)) { before_str[before_n++] = "relatively common"; -- 2.11.0