From ea5ea20066c7ace832082182d6ba982089b9b47c Mon Sep 17 00:00:00 2001 From: mogami Date: Mon, 12 May 2003 14:33:59 +0000 Subject: [PATCH] Typo: vampicic -> vampiric --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 80c7f7d9b..7c981ab84 100644 --- a/src/files.c +++ b/src/files.c @@ -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 -- 2.11.0