From d900b6015ad964c058f6449408100255d9a24c8d Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Mon, 4 Nov 2024 19:38:13 +0200
Subject: [PATCH 61/61] Fix typo "irrevelant"

See RM #1061

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 server/settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/settings.c b/server/settings.c
index 98cbfd2e57..735276935d 100644
--- a/server/settings.c
+++ b/server/settings.c
@@ -2168,7 +2168,7 @@ static struct setting settings[] = {
           N_("When unit trying to incite revolt is eliminated and lose its "
              "gold, there is chance that this gold would be captured by "
              "city defender. Transfer tax would be applied, though. "
-             "This setting is irrevelant, if incite_gold_loss_chance is zero."),
+             "This setting is irrelevant, if incite_gold_loss_chance is zero."),
           NULL, NULL, NULL,
           GAME_MIN_INCITE_GOLD_CAPT_CHANCE, GAME_MAX_INCITE_GOLD_CAPT_CHANCE,
           GAME_DEFAULT_INCITE_GOLD_CAPT_CHANCE)
-- 
2.45.2

