From d1b80b462eaa74a8640cf132c21f74e4f924052a Mon Sep 17 00:00:00 2001 From: Abdou-31 Date: Wed, 9 Nov 2022 17:57:19 +0100 Subject: Fix typos and en_US/en_GB inconsistency in various files (#12902) --- src/mapgen/mg_decoration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapgen/mg_decoration.cpp') diff --git a/src/mapgen/mg_decoration.cpp b/src/mapgen/mg_decoration.cpp index a4cada396..369f7b4a0 100644 --- a/src/mapgen/mg_decoration.cpp +++ b/src/mapgen/mg_decoration.cpp @@ -117,7 +117,7 @@ bool Decoration::canPlaceDecoration(MMVManip *vm, v3s16 p) v3s16( 1, 1, -1) }; - // Check these 16 neighbouring nodes for enough spawnby nodes + // Check these 16 neighboring nodes for enough spawnby nodes for (size_t i = 0; i != ARRLEN(dirs); i++) { u32 index = vm->m_area.index(p + dirs[i]); if (!vm->m_area.contains(index)) -- cgit v1.2.3