From 4cf0e4e06fd4c9a43d8aba1f037ac6e7c534c5a8 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 24 Mar 2021 23:23:48 +0200 Subject: [PATCH 23/23] Correct name of check_city_feelings() in a comment See osdn #41852 Signed-off-by: Marko Lindqvist --- server/citytools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/citytools.c b/server/citytools.c index 18c4da834f..4bb1a6d884 100644 --- a/server/citytools.c +++ b/server/citytools.c @@ -2347,7 +2347,7 @@ void package_city(struct city *pcity, struct packet_city_info *packet, recursion = FALSE; } else { /* Note: If you get this error and try to debug the cause, you may find - * using sanity_check_feelings() in some key points useful. */ + * using check_city_feelings() in some key points useful. */ /* Have this as an fc_assert() first, so one can use '-F' to caught these in * debugger. */ fc_assert(packet->size == ppl); -- 2.30.2