aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorAbdou-31 <abdou31.coding@gmail.com>2022-11-09 17:57:19 +0100
committerGitHub <noreply@github.com>2022-11-09 11:57:19 -0500
commitd1b80b462eaa74a8640cf132c21f74e4f924052a (patch)
treed5804214487f339643ab6cdf74fbd113cb02cb2b /src/unittest
parent6191bafcadc21277be5527ed1ac05f7902e710ad (diff)
downloadminetest-d1b80b462eaa74a8640cf132c21f74e4f924052a.tar.xz
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp
index 149ab82b5..2a8238459 100644
--- a/src/unittest/test.cpp
+++ b/src/unittest/test.cpp
@@ -512,7 +512,7 @@ struct TestMapBlock: public TestBase
while being underground
*/
{
- // Make neighbours to exist and set some non-sunlight to them
+ // Make neighbors to exist and set some non-sunlight to them
parent.position_valid = true;
b.setIsUnderground(true);
parent.node.setLight(LIGHTBANK_DAY, LIGHT_MAX/2);
@@ -547,7 +547,7 @@ struct TestMapBlock: public TestBase
}
}
}
- // Make neighbours invalid
+ // Make neighbors invalid
parent.position_valid = false;
// Add exceptions to the top of the bottom block
for(u16 x=0; x<MAP_BLOCKSIZE; x++)