From b132831f164509483c4512cf29f617b4252c2e31 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 29 Mar 2024 11:57:44 +0200
Subject: [PATCH 15/15] Correct "fullfilled" to "fulfilled"

See RM #371

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 common/research.c | 2 +-
 server/diplhand.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/research.c b/common/research.c
index ca90582342..cfe523462a 100644
--- a/common/research.c
+++ b/common/research.c
@@ -491,7 +491,7 @@ static bool research_get_root_reqs_known(const struct research *presearch,
 
 /************************************************************************//**
   Mark as TECH_PREREQS_KNOWN each tech which is available, not known and
-  which has all requirements fullfiled.
+  which has all requirements fulfilled.
 
   Recalculate presearch->num_known_tech_with_flag
   Should always be called after research_invention_set().
diff --git a/server/diplhand.c b/server/diplhand.c
index a78d0c62dc..e1a520b8cf 100644
--- a/server/diplhand.c
+++ b/server/diplhand.c
@@ -225,7 +225,7 @@ void handle_diplomacy_accept_treaty_req(struct player *pplayer,
                              &(info->giver_reqs), RPT_POSSIBLE)
             || !are_reqs_active(&other_ctxt, pplayer,
                                 &(info->receiver_reqs), RPT_POSSIBLE)) {
-          log_error("Requirements of a clause between %s and %s not fullfilled",
+          log_error("Requirements of a clause between %s and %s not fulfilled",
                     player_name(pplayer), player_name(pother));
           return;
         }
-- 
2.43.0

