OSDN Git Service

Fix typo in English message from cast_summon_greater_demon().
authorEric Branlund <ebranlund@fastmail.com>
Tue, 30 Nov 2021 21:24:04 +0000 (13:24 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 30 Nov 2021 21:24:04 +0000 (13:24 -0800)
src/spells-summon.c

index 6817906..44c7a6f 100644 (file)
@@ -203,7 +203,7 @@ bool cast_summon_greater_demon(void)
 
        item_tester_hook = item_tester_offer;
        q = _("どの死体を捧げますか? ", "Sacrifice which corpse? ");
-       s = _("捧げられる死体を持っていない。", "You have nothing to scrifice.");
+       s = _("捧げられる死体を持っていない。", "You have nothing to sacrifice.");
        o_ptr = choose_object(&item, q, s, (USE_INVEN | USE_FLOOR));
        if (!o_ptr) return FALSE;