OSDN Git Service

Typo: vampicic -> vampiric
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 12 May 2003 14:33:59 +0000 (14:33 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 12 May 2003 14:33:59 +0000 (14:33 +0000)
src/files.c

index 80c7f7d..7c981ab 100644 (file)
@@ -3191,7 +3191,7 @@ static void display_player_other_flag_info(void)
        display_flag_aux(row+13, col, "Poison Brd:", TR_BRAND_POIS, &f, DP_WP);
        display_flag_aux(row+14, col, "Sharpness :", TR_VORPAL, &f, DP_WP);
        display_flag_aux(row+15, col, "Quake     :", TR_IMPACT, &f, DP_WP);
-       display_flag_aux(row+16, col, "Vampicic  :", TR_VAMPIRIC, &f, DP_WP);
+       display_flag_aux(row+16, col, "Vampiric  :", TR_VAMPIRIC, &f, DP_WP);
        display_flag_aux(row+17, col, "Chatic    :", TR_CHAOTIC, &f, DP_WP);
        display_flag_aux(row+18, col, "Force Wep.:", TR_FORCE_WEAPON, &f, DP_WP);
 #endif