From c6a6dce44529d923dc5a57ae5db72c8e3dd8ee8d Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 15 Dec 2019 11:30:10 -0800 Subject: [PATCH 1/1] Replaced "temporal" (i.e. time-dependent) with the more specific word, "temporary" (i.e. not permanent, fleeting, or transitory) in English comments and messages to reflect normal English usage. Also replaced the adverb form, "temporally", with "temporarily". --- src/floor-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floor-save.c b/src/floor-save.c index 30ebc5386..70fef0ba5 100644 --- a/src/floor-save.c +++ b/src/floor-save.c @@ -862,7 +862,7 @@ void leave_floor(player_type *creature_ptr) /* New floor is not yet prepared */ new_floor_id = 0; - /* Temporary get a floor_id (for Arena) */ + /* Temporarily get a floor_id (for Arena) */ if (!creature_ptr->floor_id && (creature_ptr->change_floor_mode & CFM_SAVE_FLOORS) && !(creature_ptr->change_floor_mode & CFM_NO_RETURN)) -- 2.11.0