From c0f91c0ea98d0645313042631afa3df75c0256af Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 29 Jul 2021 14:47:16 +0200 Subject: [PATCH] fixed a typo in comment --- locations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locations.cpp b/locations.cpp index 904110fd..8b454482 100644 --- a/locations.cpp +++ b/locations.cpp @@ -321,7 +321,7 @@ struct heptagon : cdata_or_heptagon { unsigned int dm4: 2; /** \brief distance from the origin; based on the final geometry of cells, not heptagons themselves */ short distance; - /** \brief Wmerald/wineyard generator. May have different meaning in other geometries. */ + /** \brief Emerald/wineyard generator. May have different meaning in other geometries. */ short emeraldval; /** \brief Palace pattern generator. May have different meaning in other geometries. */ short fiftyval;