OSDN Git Service

Corrected English spelling: "targetting" to "targeting".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 09:11:26 +0000 (01:11 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 09:11:26 +0000 (01:11 -0800)
lib/help/jversion.txt
lib/help/option.txt
src/gameoption.c

index 81cbb2c..0892775 100644 (file)
@@ -1743,7 +1743,7 @@ Official Angband Home Page で確認することができます。
     an underlying keyset
     refueling torches
     better monster memory
-    nicer targetting mode
+    nicer targeting mode
     object stacking
     the recall window
     the choice window
index f731f7f..3d05cd6 100644 (file)
@@ -93,7 +93,7 @@ Prompt before exiting a quest level    [confirm_quest]
     you go up the stairs from such quest levels.
 
 ***** <target_pet>
-Allow targetting pets    [target_pet]
+Allow targeting pets    [target_pet]
     Normally, the program doesn't automatically choose pets as target
     in the targeting mode of attack spells. If this option is set, the
     program always chooses every monster in sight as target.
index 015eaa5..6541cb3 100644 (file)
@@ -20,7 +20,7 @@ bool always_repeat;   /* Repeat obvious commands */
 bool confirm_destroy;  /* Prompt for destruction of known worthless items */
 bool confirm_wear;     /* Confirm to wear/wield known cursed items */
 bool confirm_quest;    /* Prompt before exiting a quest level */
-bool target_pet;       /* Allow targetting pets */
+bool target_pet;       /* Allow targeting pets */
 bool easy_open;        /* Automatically open doors */
 bool easy_disarm;      /* Automatically disarm traps */
 bool easy_floor;       /* Display floor stacks in a list */
@@ -235,7 +235,7 @@ const option_type option_info[] =
        "confirm_quest",                _("クエストを諦めて階段で逃げる前に確認する", "Prompt before exiting a quest level") },
 
        { &target_pet,                  FALSE, OPT_PAGE_INPUT, 2, 5,
-       "target_pet",                   _("ペットをターゲットにする", "Allow targetting pets") },
+       "target_pet",                   _("ペットをターゲットにする", "Allow targeting pets") },
 
        { &easy_open,                   TRUE,  OPT_PAGE_INPUT, 5, 7,
        "easy_open",                    _("自動的にドアを開ける", "Automatically open doors") },