OSDN Git Service

[Refactor] #37353 誤字修正 / Fix typo.
authorDeskull <deskull@users.sourceforge.jp>
Wed, 30 Jan 2019 04:35:04 +0000 (13:35 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Wed, 30 Jan 2019 04:35:04 +0000 (13:35 +0900)
src/monster2.c
src/mspells3.c

index 626d6cc..9394651 100644 (file)
@@ -3321,7 +3321,7 @@ static bool place_monster_one(MONSTER_IDX who, POSITION y, POSITION x, MONRACE_I
 #define MON_SCAT_MAXD 10 /*!< mon_scatter()関数によるモンスター配置で許される中心からの最大距離 */
 
 /*!
- * @brief モンスター1体を目標地点に可能なり近い位置に生成する / improved version of scatter() for place monster
+ * @brief モンスター1体を目標地点に可能なり近い位置に生成する / improved version of scatter() for place monster
  * @param r_idx 生成モンスター種族
  * @param yp 結果生成位置y座標
  * @param xp 結果生成位置x座標
index 8ce0066..293da9b 100644 (file)
@@ -1181,7 +1181,7 @@ static bool cast_learned_spell(int spell, bool success)
        {
                int k;
         msg_print(_("アリを召喚した。", "You summon ants."));
-               for (k = 0;k < 1; k++)
+               for (k = 0; k < 1; k++)
                        if (summon_specific((pet ? -1 : 0), p_ptr->y, p_ptr->x, summon_lev, SUMMON_ANT, (PM_ALLOW_GROUP | p_mode), '\0'))
                        {
                 if (!pet)