From 2876f99fb11df2493cbddca7ab480925de4404b0 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 15 Mar 2025 02:03:01 +0200
Subject: [PATCH 60/60] buildings.spec: Correct "a.philosophy" tag typo

The tag is commented out, so there was no functional bug there.

See RM #1256

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/misc/buildings.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/misc/buildings.spec b/data/misc/buildings.spec
index f6c263fd0a..15178bbaf3 100644
--- a/data/misc/buildings.spec
+++ b/data/misc/buildings.spec
@@ -69,7 +69,7 @@ tiles = { "row", "column", "tag"
 ;  4,  3, "a.alphabet"
 ;  4,  4, "a.bridge_building"
   4,  5, "b.capitalization"
-;  4,  6, "a.philosphy"
+;  4,  6, "a.philosophy"
 ;  4,  7, "a.chemistry"
 
   5,  0, "b.apollo_program"
-- 
2.47.2

