OSDN Git Service

[Fix] #39963 Resolved typo
authorHourier <hourier@users.sourceforge.jp>
Sun, 3 May 2020 10:51:14 +0000 (19:51 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 3 May 2020 10:51:14 +0000 (19:51 +0900)
src/effect/effect-player-switcher.c

index 0290fc2..ad11bae 100644 (file)
@@ -443,7 +443,7 @@ static void effect_player_time_one_disability(player_type *target_ptr)
 }
 
 
-static void effect_player_time_alll_disabilities(player_type *target_ptr)
+static void effect_player_time_all_disabilities(player_type *target_ptr)
 {
        msg_print(_("\82 \82È\82½\82Í\88È\91O\82Ù\82Ç\97Í\8b­\82­\82È\82­\82È\82Á\82Ä\82µ\82Ü\82Á\82½...\81B", "You're not as powerful as you used to be..."));
        for (int k = 0; k < A_MAX; k++)